Skip to content

Commit

Permalink
Fixed Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAgarwal1337 committed May 22, 2016
1 parent 226b74b commit 84501f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SKAgarwal\GoogleApi\ServiceProvider::class,
## Step 2
publish the config file with following artisan command
```
php artisan vendor:publish --provider=SKAgarwal\GoogleApi\ServiceProvider
php artisan vendor:publish --provider="SKAgarwal\GoogleApi\ServiceProvider"
```

This will create **google.php** file in the config directory.
Expand All @@ -91,7 +91,7 @@ Set the *API KEY* in this config file.
Start using the package using Facade.

```
$response = GooglePlaces::placesAutocomplete('some city');
$response = GooglePlaces::placeAutocomplete('some city');
```

---
Expand Down

0 comments on commit 84501f5

Please sign in to comment.