From bf15596d0a5d16c1f4f120ddaac54e009b960685 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Fri, 30 May 2014 09:55:47 -0400 Subject: [PATCH] escape things properly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c04a5cd..8695ef4 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ tend --restart --ignoreHidden ./ "node server.js" Running `tend` with no cli arguments will try to load your `.tendrc` file and start from any configuration set in that -#### tend +#### tend \ `tend` will try to load your `.tendrc` file and run the command provided in the section ``. It will run the command once and will not watch for changes in `directory`. -#### tend [--restart] [--start] [--ignoreHidden] [--filter ] [ ] +#### tend [--restart] [--start] [--ignoreHidden] [--filter \] [\ \] Run `tend` with options for a single directory/command from cli rather than loading options from `.tendrc`.