Skip to content

Commit fba629a

Browse files
authored
Merge pull request public-apis#253 from davemachado/add-contributing-reference
Update README.md
2 parents 0299f7c + 4852e7a commit fba629a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Currently, the only accepted inputs for this field are as follows:
2424

2525
* `oAuth` - _the API supports oAuth_
2626
* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_
27-
* `X-Mashape-Key` - _the name of the header which may need to be sent
28-
* No - _the API requires no authentication to run_
27+
* `X-Mashape-Key` - _the name of the header which may need to be sent_
28+
* `No` - _the API requires no authentication to run_
2929

30-
Please continue to follow the alphabetical ordering that is in place.
30+
Please continue to follow the alphabetical ordering that is in place per section.
3131

3232
##Pull Request
3333

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A collective list of JSON APIs for use in web development.
44

5+
For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md).
6+
57
## Index
68

79
* [Animals](#animals)

0 commit comments

Comments
 (0)