From 148c8e3bc97b999b375c37bc6b5e00d893cf55d1 Mon Sep 17 00:00:00 2001 From: Ben Flannery Date: Mon, 15 Sep 2014 21:38:45 -0400 Subject: [PATCH] updated example watch command to properly run Should fix issue #31 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd1b1b..b8100ac 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Choose a template with the -t option. If you want to edit your markdown resume in your editor while watching it update in your browser, run this command: - watch ./bin/md2resume html --refresh examples/source/sample.md examples/output/ + watch ./bin/md2resume html --refresh yes --template modern examples/source/sample.md examples/output/ This makes the build script run periodically, and html document will refresh every two seconds via a meta tag. Open the `./examples/ouput/sample.html` file