Skip to content

Commit

Permalink
Fix documentation for "zk exists".
Browse files Browse the repository at this point in the history
  • Loading branch information
resuna committed Mar 6, 2019
1 parent e89f36e commit 3078d81
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 @@ -116,7 +116,7 @@ Return 1 if the path exists and 0 if it doesn't. **-watch**, **-stat** and **-v

If **-async** is specified, the request is made asynchronously and *callback* is invoked with a Tcl list of key-value pairs as an argument when the answer arrives.

Neither -watch, -stat or -version can be specified when -async is used.
Neither -stat or -version can be specified when -async is used.

```tcl
zk children $path ?-async callback? ?-watch code?
Expand Down

0 comments on commit 3078d81

Please sign in to comment.