Browse Source

README update

Maxim Sokhatsky 10 years ago
parent
commit
c15da70987
1 changed files with 0 additions and 4 deletions
  1. 0 4
      README.md

+ 0 - 4
README.md

@@ -90,11 +90,7 @@ Create database for single node:
 3> kvs:join().
 [kvs] Mnesia Init
 ok
-4> kvs:init_db().
-[{"acl",ok},{"feed",ok}]
-```
 
-'init_db' output the creations of containers.
 You can also create database by joining to existing cluster:
 
 ```erlang