From 6fe2659e925fed32ac3e498c6d6326b528d2a3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 29 Oct 2022 14:05:01 +0200 Subject: [PATCH] Update README documentation on new command. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34ec1ea..9ef8b34 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Synopsis: `isidore [options]` Commands: -- `new `: create a new project directory ``. +- `new `: create a new project directory `` with project name + ``. - `build`: build the website (default). - `clean`: cleans build files. - `-h`, `--help`, `help`: show help information.