Contributing guide: improve the (markdown) syntax

Add a missing word.
Wrap the script filename with backticks.
This commit is contained in:
François Magimel 2018-10-26 22:58:07 +02:00
Родитель fa843f0c15
Коммит 74f79cc280
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
## Contributing
We take pull requests to add information to tags! Feel free to fork this repo, and add a pull for any tag you would like.
We take pull requests to add information to tags! Feel free to fork this repo, and add a pull request for any tag you would like.
If you are adding a new tag, note that we ask that the file name be all lower case.
@ -16,4 +16,4 @@ description: The .NET platform for making web based applications
Wiki content goes below this, and is optional for initial commits.
There is a simple utility for generating tag data in node. It is in the generate.js file. Replace the file name with a CSV file of your choice, and run node generate.
There is a simple utility for generating tag data in node. It is in the `generate.js` file. Replace the file name with a CSV file of your choice, and run node generate.