Skip to content

Commit

Permalink
Update options docs with Located placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 22, 2024
1 parent 324deb6 commit 7759fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ The two buttons in the top-right corner provide documentation and links.
* Hit the button with the circled i for information about the JSONPath
playground.

### Options
<!-- ### Options
Select options for execution and the display of results:
* **Pretty**: Pretty-print the the JSON result.

* **Located**: Show the normalized path location of each value.
-->
### Permalink

Hit the "Permalink" button instead of "Run Query" to reload the page with a
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h2>
</div>
<div id="output">
<!--
<label for="optLocated" class="opt" title ="Show the normalized path location of each value">
<label for="optLocated" class="opt" title="Show the normalized path location of each value">
<input id="optLocated" type="checkbox">
Located
</label>
Expand Down

0 comments on commit 7759fe8

Please sign in to comment.