diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-07-01 10:44:43 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-07-02 12:13:33 -0400 |
commit | eff98450ff17855439419db25976d2ecfe54dc04 (patch) | |
tree | 454702ec99c4fef03a48f7f4f8ca620edd02c0a0 | |
parent | 49fe7c66874b7b92ff1587b35777a760ac75be9b (diff) | |
download | rails-eff98450ff17855439419db25976d2ecfe54dc04.tar.gz rails-eff98450ff17855439419db25976d2ecfe54dc04.tar.bz2 rails-eff98450ff17855439419db25976d2ecfe54dc04.zip |
Standardize Action Cable README.md
All other Rails components feature this section, Action Cable should
have it as well.
[ci skip]
-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 28e2602cbf..e8b50d6f31 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -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: |