Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ The response for each method contains the following structure.

```js
{
// The HTTP status code from the API response
// The response that was provided by the API
data: {},

// The HTTP status message from the API response
// The HTTP status code from the API response
status: 200,

// The response that was provided by the API
// The HTTP status message from the API response
statusMessage: 'OK',
}
```
Expand Down Expand Up @@ -118,4 +118,4 @@ const moreCharacters = await getCharacters({ page: 2 })
## Support
[Help to maintain The Rick and Morty API's infrastructure](https://rickandmortyapi.com/help-us).

If you want to know more about The Rick and Morty API click [here](https://rickandmortyapi.com/about).
If you want to know more about The Rick and Morty API click [here](https://rickandmortyapi.com/about).