1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Update docs/content/1.tutorial/default.yml

This commit is contained in:
Charles Merriam
2012-10-22 02:43:53 -07:00
parent c53e001973
commit ce3328f11e

View File

@@ -2,7 +2,7 @@ headline: Tutorial
body:
- text: |
Twitter have a JSON API, so let's play with that. This URL gets
Twitter has a JSON API, so let's play with that. This URL gets
us the last 5 tweets about JSON:
- command: "curl 'http://search.twitter.com/search.json?q=json&rpp=5&include_entities=true'"