Browse Source

Merge pull request #24 from Revent/patch-1

Update README.md
Namdak Tonpa 9 years ago
parent
commit
a89d8e3bac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -141,7 +141,7 @@ Operations
 Try to add some data:
 
 ```erlang
-1> rr(kvs).
+1> rr(kvs_user).
 2> kvs:put(#user{id="maxim@synrc.com"}).
 ok
 3> kvs:get(user,"maxim@synrc.com").