Skip to content

Commit e5f3a99

Browse files
authored
Merge pull request public-apis#787 from gitoct/update-contrib-format
Updated CONTRIBUTING.md
2 parents f6176c1 + e4bc45e commit e5f3a99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ community build applications and use free, public APIs quickly and easily. Pull
1010

1111
Current API entry format:
1212

13-
| API | Description | Auth | HTTPS | CORS | Link |
14-
| --- | --- | --- | --- | --- | --- |
15-
| 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 |
13+
| API | Description | Auth | HTTPS | CORS |
14+
| --- | --- | --- | --- | --- |
15+
| 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)? * |
1616

1717
Example entry:
1818

1919
```
20-
| NASA | NASA data, including imagery | No | Yes | Yes | [Go!](https://api.nasa.gov) |
20+
| [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Yes |
2121
```
2222

2323
\* Currently, the only accepted inputs for the `Auth` field are as follows:

0 commit comments

Comments
 (0)