mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Standardize Action Cable README.md
All other Rails components feature this section, Action Cable should have it as well. [ci skip]
This commit is contained in:
parent
49fe7c6687
commit
eff98450ff
1 changed files with 9 additions and 0 deletions
|
@ -526,6 +526,15 @@ cable.subscriptions.create 'AppearanceChannel',
|
|||
# normal channel code goes here...
|
||||
```
|
||||
|
||||
## Download and Installation
|
||||
|
||||
The latest version of Action Cable can be installed with [RubyGems](#gem-usage),
|
||||
or with [npm](#npm-usage).
|
||||
|
||||
Source code can be downloaded as part of the Rails project on GitHub
|
||||
|
||||
* https://github.com/rails/rails/tree/master/actioncable
|
||||
|
||||
## License
|
||||
|
||||
Action Cable is released under the MIT license:
|
||||
|
|
Loading…
Reference in a new issue