]> granicus.if.org Git - jq/commitdiff
Fix a mistake in the docs. Fixes #10
authorStephen Dolan <mu@netsoc.tcd.ie>
Sun, 21 Oct 2012 21:16:23 +0000 (22:16 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Sun, 21 Oct 2012 21:16:23 +0000 (22:16 +0100)
docs/content/3.manual/manual.yml

index 50c63eca446a3032df6511f2a6e3f6fd0066e475..d3d4c423aeb1511b2cd485b4d82f6fa07752c515 100644 (file)
@@ -166,7 +166,7 @@ sections:
             input: '{"foo": 42, "bar": "something else", "baz": true}'
             output: ['42', '"something else"']
 
-          - program: "[.user, .projects[]]"
+          - program: ".user, .projects[]"
             input: '{"user":"stedolan", "projects": ["jq", "wikiflow"]}'
             output: ['"stedolan"', '"jq"', '"wikiflow"']