From 5b98ad93cbcb9bd2c5498cc73ef843f6dc5b1a1c Mon Sep 17 00:00:00 2001 From: Vitaly Bezkrovny Date: Wed, 25 Dec 2013 17:48:06 +0200 Subject: [PATCH] * fix bug in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 849e240..f917cec 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Before obtaining server or database sessions, a connection must be made to an Or require 'orient_db_client' - connection = OrientDBClient.connect('localhost') + connection = OrientDbClient.connect('localhost') If you need to specify the port, pass it in the options Hash: - connection = OrientDBClient.connect('localhost', :port => 2424) + connection = OrientDbClient.connect('localhost', :port => 2424) When you're done with the connection (and all of the sessions you have opened within it):