Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 48c8c9d

Browse files
committed
fixed
1 parent e7d3b51 commit 48c8c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ etcd:start()
1212
```erlang
1313
{ok, Response} = etcd:set("http://localhost:4001", "/message", "Hello world", 400).
1414
```
15-
``"/message"`` is the key and ``"Hello world"`` is the value. 400 is the timeout.
15+
``"/message"`` is the key and ``"Hello world"`` is the value. ``400`` is the timeout.
1616
### get
1717
```erlang
1818
{ok, Response} = etcd:get("http://localhost:4001", "/message", infinity).

0 commit comments

Comments
 (0)