From 52a71dcb5476e98068652f654102dfeb9d06ba21 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 12 Dec 2016 11:56:09 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09a37c3f..cf13694c 100644 --- a/README.md +++ b/README.md @@ -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) From 4852e7a6106f87f1e525d38f1cb44bd2d4f86ced Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 12 Dec 2016 12:23:56 -0500 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e01bb73..b71a8064 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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