diff options
author | claudiob <claudiob@gmail.com> | 2015-12-15 09:23:51 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2015-12-15 09:25:15 -0800 |
commit | 70e593d99877bce8dd6f27b2a080d5936e071709 (patch) | |
tree | f5ab4e9e026a84b77bdcde2a25818b7e5164196e | |
parent | ca8e14862a9f6f3ec37fb2842d76ecefd4eb2b4e (diff) | |
download | rails-70e593d99877bce8dd6f27b2a080d5936e071709.tar.gz rails-70e593d99877bce8dd6f27b2a080d5936e071709.tar.bz2 rails-70e593d99877bce8dd6f27b2a080d5936e071709.zip |
Remove rails/actioncable Travis badge
[ci skip]
Since Action Cable is getting integrated into rails/rails, the Travis
badge for rails/actioncable is not needed anymore.
Also following the standard of every other README to have `--` rather
than `-` to separating the name of the library from its description.
-rw-r--r-- | actioncable/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actioncable/README.md b/actioncable/README.md index aa771f52c0..6d4be32be9 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -1,5 +1,4 @@ -# Action Cable – Integrated WebSockets for Rails -[![Build Status](https://travis-ci.org/rails/actioncable.svg)](https://travis-ci.org/rails/actioncable) +# Action Cable –- Integrated WebSockets for Rails Action Cable seamlessly integrates WebSockets with the rest of your Rails application. It allows for real-time features to be written in Ruby in the same style |