bbaugher / apache_zookeeper

Chef cookbook for Apache Zookeeper
MIT License
9 stars 22 forks source link

Fix typo in README #22

Closed uohzxela closed 9 years ago

uohzxela commented 9 years ago

Under 'Unique Quorum and Leader Election Ports' section:

node["zookeepers"]["servers"] should be node["zookeeper"]["servers"]

This would avoid some Chef compilation errors from copy pasting.

bbaugher commented 9 years ago

Done thanks!