diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-01-03 19:35:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-03 19:35:39 -0500 |
commit | a27c040cc30dbc7bd66fb9743515baad8d46589f (patch) | |
tree | 2f77b1910538a25c934a1a11ed863c0a8480eec9 /actioncable | |
parent | fdc219e0f857c372748296eae9cc5828ffb2c2c3 (diff) | |
parent | eff98450ff17855439419db25976d2ecfe54dc04 (diff) | |
download | rails-a27c040cc30dbc7bd66fb9743515baad8d46589f.tar.gz rails-a27c040cc30dbc7bd66fb9743515baad8d46589f.tar.bz2 rails-a27c040cc30dbc7bd66fb9743515baad8d46589f.zip |
Merge pull request #25626 from maclover7/jm-standardize-ac-readme
Standardize Action Cable README.md
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/actioncable/README.md b/actioncable/README.md index cccb55a196..c55b7dc57b 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -536,6 +536,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: |