From 7affd65e8b1b8cbb750c8335984216d8fda648bb Mon Sep 17 00:00:00 2001 From: Joe Green Date: Mon, 9 Feb 2015 09:12:52 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f0a6022..295983e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,13 @@ Features: The component is based on Laravel's Illuminate\Database and has very familiar syntax. The core Query Builder is mostly compatible. The main alterations are to the composition of the objects, and most significantly the creation and resolution of connections within the ConnectionFactory and ConnectionResolver classes. +### Installation + +~~~ +composer require mrjgreen/database +~~~ + + ### Basic Example First, create a new "ConnectionFactory" instance.