Skip to content

Commit

Permalink
Merge pull request #300 from mattkohl/master
Browse files Browse the repository at this point in the history
Fixed curl command in README
  • Loading branch information
tusharmakkar08 authored Jul 31, 2017
2 parents 77ee5da + bb43c57 commit f1fbe62
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 f1fbe62

Please sign in to comment.