Skip to content

Commit 4855afc

Browse files
committed
fix typo and broken link
1 parent 7401772 commit 4855afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ where n is the nth color in the given file.
4747
A typical template marker looks like this `color0="#X0"`
4848

4949
Some examples can be found at
50-
https://github.com/vizs/home/tree/master/etc/tm
50+
https://github.com/vizs/home/tree/master/etc/prog.d/tm
5151

5252
exit codes
5353
============

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub fn run(colors_path: &str, verbose: &bool) {
147147
let ptemplate_dir = PathBuf::from(&template_dir);
148148

149149
if ! ptemplate_dir.is_dir() {
150-
eprintln!("error: tm template is non-existence! create one");
150+
eprintln!("error: tm template is non-existent! create one");
151151
process::exit(2);
152152
}
153153

0 commit comments

Comments
 (0)