Commit 68364740 authored by John E. Vincent's avatar John E. Vincent

fixing links in README

parent eca159c2
...@@ -8,9 +8,9 @@ This is an example of how the Webhook system would work ...@@ -8,9 +8,9 @@ This is an example of how the Webhook system would work
You'll need a few additional gems You'll need a few additional gems
* (em-hiredis)[https://github.com/mloughran/em-hiredis] * [em-hiredis](https://github.com/mloughran/em-hiredis)
You'll have to compile/install from source. Sorry. Should pull in the `hiredis` native ext. You'll have to compile/install from source. Sorry. Should pull in the `hiredis` native ext.
* (em-http-request)[https://github.com/igrigorik/em-http-request] * [em-http-request](https://github.com/igrigorik/em-http-request)
Available via rubygems Available via rubygems
### Running ### Running
...@@ -54,9 +54,9 @@ This is an example of using Websockets, EventMachine and Redis PubSub to provide ...@@ -54,9 +54,9 @@ This is an example of using Websockets, EventMachine and Redis PubSub to provide
You'll need to grab a few additional gems You'll need to grab a few additional gems
* (em-hiredis)[https://github.com/mloughran/em-hiredis] * [em-hiredis](https://github.com/mloughran/em-hiredis)
You'll have to compile/install from source. Sorry. Should pull in the `hiredis` native ext. You'll have to compile/install from source. Sorry. Should pull in the `hiredis` native ext.
* (em-websocket)[https://github.com/igrigorik/em-websocket] * [em-websocket](https://github.com/igrigorik/em-websocket)
Available via rubygems Available via rubygems
### Running ### Running
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment