Commit 6d1a2c61aa90b00cedb26408dada67f7c741f01e

Michael Schmidt 2018-10-25T21:55:21

Update README.md (#1553) Make some minor modifications to make contributing clearer.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 30ff9fa..716ab5c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Prism depends on community contributions to expand and cover a wider array of us
 - Please try to err towards more smaller PRs rather than few huge PRs. If a PR includes changes I want to merge and changes I don't, handling it becomes difficult.
 - My time is very limited these days, so it might take a long time to review longer PRs (short ones are usually merged very quickly), especially those modifying the Prism Core. This doesn't mean your PR is rejected.
 - If you contribute a new language definition, you will be responsible for handling bug reports about that language definition.
-- If you add a new language definition, theme or plugin, you need to add it to `components.js` as well, so that it becomes available to the download build page.
+- If you add a new language definition, theme or plugin, you need to add it to `components.json` as well and rebuild Prism by running `gulp`, so that it becomes available to the download build page.
 
 Thank you so much for contributing!!