README.md in redis-browser-0.5.0 vs README.md in redis-browser-0.5.1

- old
+ new

@@ -59,9 +59,15 @@ ```bash $ redis-browser --url redis://hostname:6379 ``` +The connection options can also be specified in similar way to `redis-cli` command + +```bash +$ redis-browser -h 127.0.0.1 -p 6379 -a password -n 0 +``` + Run with `--help` to see what other options are available. ### As engine Add to gemfile