Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit 59a4a5b

Browse files
committed
changes
1 parent cf88493 commit 59a4a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Running Sidekiq
2525
===============
2626
#### Run Sidekiq
2727
```bash
28-
sidekiq -r ./sidekiq.rb -C ./sidekiq.yml -c 1
28+
bin/sidekiq
2929
```
3030

3131
#### Run Sidekiq web interface
3232
```bash
33-
rackup -o 0.0.0.0
33+
bin/sidekiq-web
3434
```
3535

3636
## License

0 commit comments

Comments
 (0)