Skip to content

Commit fc117cd

Browse files
committed
Add curl and jq example
1 parent 8d78d9a commit fc117cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ See the [Docs](https://github.com/r-spacex/SpaceX-API/blob/master/docs/home.md)
1818

1919
**Example Response**
2020

21-
```http
22-
GET https://api.spacexdata.com/v2/launches/latest
21+
```bash
22+
curl -s https://api.spacexdata.com/v2/launches/latest | jq
2323
```
2424

2525
```json

0 commit comments

Comments
 (0)