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.