From d2a2cc13b07ee03a120361cdc8c18f22a6346a0b Mon Sep 17 00:00:00 2001 From: Alex Sherwin Date: Thu, 15 May 2014 21:27:50 -0400 Subject: [PATCH] fixed typo for etcd lock examples --- Documentation/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/modules.md b/Documentation/modules.md index 757c729dd..6a59f8e81 100644 --- a/Documentation/modules.md +++ b/Documentation/modules.md @@ -50,7 +50,7 @@ curl -X POST http://127.0.0.1:4001/mod/v2/lock/customer1?ttl=60 -d value=bar -d curl -X PUT http://127.0.0.1:4001/mod/v2/lock/customer1?ttl=60 -d index=2 ``` -**Renew the TTL on the "customer1" lock for value "customer1"** +**Renew the TTL on the "customer1" lock for value "bar"** ```sh curl -X PUT http://127.0.0.1:4001/mod/v2/lock/customer1?ttl=60 -d value=bar