1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Clarify and fix typo for bind info

This commit is contained in:
Kyle Drake 2012-01-06 13:40:07 -08:00
parent cc2ca8a5bc
commit 16f74903aa

View file

@ -69,7 +69,7 @@ Puma will automatically scale the number of threads based on how much traffic is
### Binding TCP / Sockets
In contrast to many server configs, Puma simply uses takes one URI parameter with the `-b` (or `--bind`) flag:
In contrast to many other server configs which require multiple flags, Puma simply uses one URI parameter with the `-b` (or `--bind`) flag:
$ puma -b tcp://127.0.0.1:9292