Skip to content

Commit eff9845

Browse files
committed
Standardize Action Cable README.md
All other Rails components feature this section, Action Cable should have it as well. [ci skip]
1 parent 49fe7c6 commit eff9845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

actioncable/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,15 @@ cable.subscriptions.create 'AppearanceChannel',
526526
# normal channel code goes here...
527527
```
528528

529+
## Download and Installation
530+
531+
The latest version of Action Cable can be installed with [RubyGems](#gem-usage),
532+
or with [npm](#npm-usage).
533+
534+
Source code can be downloaded as part of the Rails project on GitHub
535+
536+
* https://github.com/rails/rails/tree/master/actioncable
537+
529538
## License
530539

531540
Action Cable is released under the MIT license:

0 commit comments

Comments
 (0)