summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn@kennknowles.com>2014-04-18 17:30:49 -0400
committerKenn Knowles <kenn@kennknowles.com>2014-04-18 17:30:49 -0400
commit3be2642572f87426c1b3335d5f708b45ada3aa6e (patch)
tree462edee630f618ff6d8f4f3136fcb8a4940030d3
parent2bf8529f897fb88affc5bc2baaded055a68e50bd (diff)
parent4b8ccba6910cce9d17887f77ddcef8f5fc6a7d66 (diff)
downloadjsonpath-rw-3be2642572f87426c1b3335d5f708b45ada3aa6e.tar.gz
Merge pull request #16 from nchammas/master
Minor formatting fix for syntax table
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2922f69..a584e4a 100644
--- a/README.rst
+++ b/README.rst
@@ -99,9 +99,8 @@ Jsonpath operators:
+-------------------------------------+------------------------------------------------------------------------------------+
| *jsonpath1* ``where`` *jsonpath2* | Any nodes matching *jsonpath1* with a child matching *jsonpath2* |
+-------------------------------------+------------------------------------------------------------------------------------+
-
-Also *jsonpath1* ``|`` *jsonpath2* for union (but I have not convinced
-Github-Flavored Markdown to allow me to put that in a table)
+| *jsonpath1* ``|`` *jsonpath2* | Any nodes matching the union of *jsonpath1* and *jsonpath2* |
++-------------------------------------+------------------------------------------------------------------------------------+
Field specifiers ( *field* ):