summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
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`.