diff options
author | Pedro Nascimento <pnascimento@gmail.com> | 2015-07-11 02:39:04 -0300 |
---|---|---|
committer | Pedro Nascimento <pnascimento@gmail.com> | 2015-07-11 02:39:04 -0300 |
commit | 795e1e4f3d86ed3350ead6abd90bd9b26775cc7d (patch) | |
tree | e4d047e7dc5d9634c189bdbf17fe8a41a09b5081 | |
parent | ae0efc73a88f047da735094127152876bd313741 (diff) | |
download | rails-795e1e4f3d86ed3350ead6abd90bd9b26775cc7d.tar.gz rails-795e1e4f3d86ed3350ead6abd90bd9b26775cc7d.tar.bz2 rails-795e1e4f3d86ed3350ead6abd90bd9b26775cc7d.zip |
small typo on README.md
celluoid -> celluloid
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ messages back and forth over the websocket cable connection. This dependency may be alleviated in the future, but for the moment that's what it is. So be sure to have Redis installed and running. -The Ruby side of things is built on top of [faye-websocket](https://github.com/faye/faye-websocket-ruby) and [celluoid](https://github.com/celluloid/celluloid). +The Ruby side of things is built on top of [faye-websocket](https://github.com/faye/faye-websocket-ruby) and [celluloid](https://github.com/celluloid/celluloid). |