Skip to content

Commit

Permalink
Use correct application name for ZooKeeper example
Browse files Browse the repository at this point in the history
  • Loading branch information
djui committed Apr 26, 2015
1 parent 03a7c7e commit 82e014d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ redis-cli set /myapp/database/user rob
#### zookeeper

```
[zk: localhost:2181(CONNECTED) 1] create /my_app ""
[zk: localhost:2181(CONNECTED) 2] create /my_app/database ""
[zk: localhost:2181(CONNECTED) 3] create /my_app/database/url "db.example.com"
[zk: localhost:2181(CONNECTED) 4] create /my_app/database/user "rob"
[zk: localhost:2181(CONNECTED) 1] create /myapp ""
[zk: localhost:2181(CONNECTED) 2] create /myapp/database ""
[zk: localhost:2181(CONNECTED) 3] create /myapp/database/url "db.example.com"
[zk: localhost:2181(CONNECTED) 4] create /myapp/database/user "rob"
```

### Create the confdir
Expand Down

0 comments on commit 82e014d

Please sign in to comment.