Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hopkins committed Jun 29, 2014
1 parent 81d987a commit c5f8197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A none CI implementation of BIOINSTALL's [CodeIgniter library](http://github.com
I found this library to be incredibly useful when I was working in CodeIgniter. However a little bit of work needed to be done to use it in a Laravel project. I can't take any of the credit for the actual "heavy lifting" going on in the class.

### Installation
1. Include the package in your composer.json file
1. Include the package in your composer.json file `"appitventures/phpgmaps": "dev-master",`
2. Add `'Appitventures\Phpgmaps\PhpgmapsServiceProvider',` to app.config
3. Add `'Gmaps' => 'Appitventures\Phpgmaps\Facades\Phpgmaps',` to your facade list

Expand Down

0 comments on commit c5f8197

Please sign in to comment.