From 9c5c36e3f9d7f3dcaca6e740dfa57473d69d9ba2 Mon Sep 17 00:00:00 2001 From: Kris Leech Date: Sun, 10 Jul 2016 14:40:30 +0100 Subject: [PATCH] fixes: name of required file is incorrect in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bc18907..9e57522 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,10 @@ Use the gem in a project managed with Bundler adding it into Gemfile: gem "cf-ruby-libecp" gem "cf-trade-client" - ## Usage example ```ruby -require "trade-client" +require "trade_client" # Create and connect with user id, password and API key client = Coinfloor::CFClient.new("wss://api.coinfloor.co.uk", ID, "PASSWORD", "API_KEY")