From e4bc45e96d4b76dd4bfc8f07a070f710752c56ad Mon Sep 17 00:00:00 2001 From: gitoct <43979397+gitoct@users.noreply.github.com> Date: Mon, 15 Oct 2018 21:49:51 -0700 Subject: [PATCH] Updated CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e2e12d5d..ac656d55 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -10,14 +10,14 @@ community build applications and use free, public APIs quickly and easily. Pull Current API entry format: -| API | Description | Auth | HTTPS | CORS | Link | -| --- | --- | --- | --- | --- | --- | -| API Title | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * | Link to API webpage | +| API | Description | Auth | HTTPS | CORS | +| --- | --- | --- | --- | --- | +| API Title(Link to API webpage) | Description of API | Does this API require authentication? * | Does the API support HTTPS? | Does the API support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)? * | Example entry: ``` -| NASA | NASA data, including imagery | No | Yes | Yes | [Go!](https://api.nasa.gov) | +| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes | ``` \* Currently, the only accepted inputs for the `Auth` field are as follows: