aboutsummaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorNathan Lasseter <nathan.je.lasseter@googlemail.com>2011-01-28 22:44:46 +0000
committerNathan Lasseter <nathan.je.lasseter@googlemail.com>2011-01-28 22:44:46 +0000
commit76d97f8eb464f345da43abb6403b582079d4fb23 (patch)
tree15e9503b125be970a6072ce84b6c782bea8996e8 /README.textile
parent613e8778e9f6a1107d7563a60574f557a71c6e4c (diff)
stop_bal no longer kills servers
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile
index 8af6e41..8f26fcf 100644
--- a/README.textile
+++ b/README.textile
@@ -5,7 +5,7 @@ erlbal is an erlang load balancer.
h2. Balancer calls:
* start_bal/0 spawns a balancer.
-* stop_bal/1 takes a balancer and kills all of its servers and then kills the balancer.
+* stop_bal/1 takes a balancer kills the balancer.
* list_servers/1 takes a balancer and returns a list of the servers it balances over.
h2. Server calls: