Parcourir la source

Correct index number to match description in 'watch' example

Amir H. Hajizamani il y a 12 ans
Parent
commit
a0007dbeab
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -178,7 +178,7 @@ However, the watch command can do more than this. Using the the index we can wat
 Let's try to watch for the set command of index 6 again:
 
 ```sh
-curl -L http://127.0.0.1:4001/v1/watch/foo -d index=7
+curl -L http://127.0.0.1:4001/v1/watch/foo -d index=6
 ```
 
 The watch command returns immediately with the same response as previous.