We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7401772 commit 4855afcCopy full SHA for 4855afc
readme
@@ -47,7 +47,7 @@ where n is the nth color in the given file.
47
A typical template marker looks like this `color0="#X0"`
48
49
Some examples can be found at
50
-https://github.com/vizs/home/tree/master/etc/tm
+https://github.com/vizs/home/tree/master/etc/prog.d/tm
51
52
exit codes
53
============
src/lib.rs
@@ -147,7 +147,7 @@ pub fn run(colors_path: &str, verbose: &bool) {
147
let ptemplate_dir = PathBuf::from(&template_dir);
148
149
if ! ptemplate_dir.is_dir() {
150
- eprintln!("error: tm template is non-existence! create one");
+ eprintln!("error: tm template is non-existent! create one");
151
process::exit(2);
152
}
153
0 commit comments