diff options
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md index 8792113664..71fec714f5 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -408,7 +408,7 @@ run ActionCable.server ``` Then you start the server using a binstub in bin/cable ala: -``` +```sh #!/bin/bash bundle exec puma -p 28080 cable/config.ru ``` |