Skip to content

Commit 866e90d

Browse files
committed
updated README.md
1 parent 7211017 commit 866e90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PulkitJalan\GeoIP\GeoIPServiceProvider::class
4545
Next add the following to the `aliases` array in your `config/app.php`
4646

4747
```php
48-
'GeoIP' => PulkitJalan\GeoIP\Facades\GeoIP:class
48+
'GeoIP' => PulkitJalan\GeoIP\Facades\GeoIP::class
4949
```
5050

5151
Next run `php artisan vendor:publish --provider="PulkitJalan\GeoIP\GeoIPServiceProvider" --tag="config"` to publish the config file.

0 commit comments

Comments
 (0)