summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornchammas <nicholas.chammas@gmail.com>2014-04-18 16:57:51 -0400
committernchammas <nicholas.chammas@gmail.com>2014-04-18 16:57:51 -0400
commit4b8ccba6910cce9d17887f77ddcef8f5fc6a7d66 (patch)
tree462edee630f618ff6d8f4f3136fcb8a4940030d3
parent36c32aa43ee777c2e05e69d796465e04822ffa0c (diff)
downloadjsonpath-rw-4b8ccba6910cce9d17887f77ddcef8f5fc6a7d66.tar.gz
Minor formatting fix for syntax table
Moved the `|`/union operator into the 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* ):