aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-08 21:39:20 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-11-08 21:39:20 -0600
commit86df7b19f1ddc1939dfdc0d2851b064fd66712c2 (patch)
tree1cbf151957de790719ccee4aadb9cec42d8e514b
parentd6241b1da4571c846e321b008826400fefe75112 (diff)
downloadnimgen-86df7b19f1ddc1939dfdc0d2851b064fd66712c2.tar.gz
nimgen-86df7b19f1ddc1939dfdc0d2851b064fd66712c2.zip
Fix README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88bed4d..4df389c 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ The following keys can be used to prepare dependencies such as downloading ZIP f
```gitcheckout``` = branch, commit or tag of repository to checkout in following Git command, resets after each use. Use "-b name" for branches
-```gitoutput`` = directory for all following Git commands relative to `n.global:output` [default: `n.global:output` directory]
+```gitoutput``` = directory for all following Git commands relative to `n.global:output` [default: `n.global:output` directory]
```git``` = url of Git repository to clone. Full repo is pulled so gitremote + gitsparse is preferable. Resets if already present
@@ -146,7 +146,7 @@ _[n.post]_
This section is the same as the prepare section, but for performing actions after the project has been processed.
-```gitoutput`` = output directory for Git reset [default: `n.global:output` directory]
+```gitoutput``` = output directory for Git reset [default: `n.global:output` directory]
```reset``` = perform a Git reset on all files after processing [default: false]