Skip to content

Commit

Permalink
Merge pull request public-apis#253 from davemachado/add-contributing-…
Browse files Browse the repository at this point in the history
…reference

Update README.md
  • Loading branch information
mikestreety authored Dec 12, 2016
2 parents 0299f7c + 4852e7a commit fba629a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Currently, the only accepted inputs for this field are as follows:

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

Please continue to follow the alphabetical ordering that is in place.
Please continue to follow the alphabetical ordering that is in place per section.

##Pull Request

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

For information on contributing to this project, please see the [contributing guide](CONTRIBUTING.md).

## Index

* [Animals](#animals)
Expand Down

0 comments on commit fba629a

Please sign in to comment.