diff --git a/README.md b/README.md index d8b2a55..2214552 100644 --- a/README.md +++ b/README.md @@ -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', } ``` @@ -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). \ No newline at end of file +If you want to know more about The Rick and Morty API click [here](https://rickandmortyapi.com/about).