From 3e3fb3e11ca35dcdececde1b4db1030c8f4c2611 Mon Sep 17 00:00:00 2001 From: Charles Zhang Date: Sat, 4 Apr 2015 22:33:50 -0700 Subject: [PATCH] Fixed typo with the ruby gem name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a4d71..c236f8c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ I ripped originally wrote this in a rails app of mine and stripped this out. The Include the following in your `Gemfile` ```ruby - gem "syanpse_client" + gem "synapse_client" ``` and then run `bundle install`.