From eff98450ff17855439419db25976d2ecfe54dc04 Mon Sep 17 00:00:00 2001
From: Jon Moss <me@jonathanmoss.me>
Date: Fri, 1 Jul 2016 10:44:43 -0400
Subject: Standardize Action Cable README.md

All other Rails components feature this section, Action Cable should
have it as well.

[ci skip]
---
 actioncable/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

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:
-- 
cgit v1.2.3