Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 20, 2019
1 parent 47811bf commit 1241e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ Example: `GET /search/movie` API method is not implemented. However, you can sti

```js
await tmdb.get('search/movie', {
query: 'The Terminator,
query: 'The Terminator',
});

```
Expand Down

0 comments on commit 1241e5e

Please sign in to comment.