diff --git a/README.md b/README.md index 0ac717a..bd1a5bd 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ Prichard ## Path Syntax +Below is a quick overview of the path syntax, for more complete information please +check out [GJSON Path Syntax](PATH-SYNTAX.md). + A path is a series of keys separated by a dot. A key may contain special wildcard characters '\*' and '?'. To access an array value use the index as the key.