Skip to content

Commit

Permalink
Merge pull request #75 from chadfennell/master
Browse files Browse the repository at this point in the history
README fix: Adds missing tilde to the xpath sigil for option `o` example
  • Loading branch information
Shakadak authored Jan 25, 2021
2 parents 906418a + 244f131 commit 8980759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ is being returned.
string instead of a char list, but if node content is incompatible with a string,
set `""`.

* `x"//some/path"o`
* `~x"//some/path"o`

'o' stands for (o)ptional. This allows the path to not exist, and will return nil.

Expand Down

0 comments on commit 8980759

Please sign in to comment.