Skip to content

Commit

Permalink
Fixed curl command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkohl committed Jul 31, 2017
1 parent 77ee5da commit bb43c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Twitter's [user search API](https://dev.twitter.com/rest/reference/get/users/sea
query URLs like:

```
$ curl 'http://api.twitter.com/1.1/users/search.json?q=python&per_page=20&page=1'
$ curl 'https://api.twitter.com/1.1/users/search.json?q=python&per_page=20&page=1'
```

To validate this we might use a schema like:
Expand Down

0 comments on commit bb43c57

Please sign in to comment.