summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-10-21 22:16:23 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-10-21 22:16:23 +0100
commit976e4ff7114bd0f876a95edcf88d933c804be746 (patch)
tree4ab8a4a1c9782dca46325c6533e7062a5e49692d
parent6e64cdcbfcde4d8beb5a60c87de0a6bb4e44d7af (diff)
Fix a mistake in the docs. Fixes #10
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 50c63eca..d3d4c423 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -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"']