aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-25 16:51:26 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-25 16:51:26 +0200
commitb0df50f0039b117b31ffcda8e8eb30db7343f5c0 (patch)
tree4494b9161b2cd877b9529bcacbe566f59f0d807f /CONTRIBUTING.md
parentc0e8c02ca4fb393914636fb86d9a28621891766d (diff)
downloadpandoc-b0df50f0039b117b31ffcda8e8eb30db7343f5c0.tar.gz
Minor changes to CONTRIBUTING.md.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 97976fa09..82a0a8866 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -124,7 +124,7 @@ Please follow these guidelines:
below under [Tests](#tests).) If you are adding a new writer or reader,
you must include tests.
-7. If you are adding a new feature, include updates to the README and MANUAL.
+7. If you are adding a new feature, include updates to MANUAL.txt.
8. All code must be released under the general license governing pandoc
(GPL v2).
@@ -152,7 +152,7 @@ Tests can be run as follows:
or, if you're using [stack],
- stack init
+ stack setup
stack test
The test program is `tests/test-pandoc.hs`.