Skip to content

Commit 142e8a7

Browse files
chore(readme): Update ReadMe 🔥
1 parent ac9c116 commit 142e8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313

1414
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
1515

16-
To get the latest version of Laravel Imanee, simply add the following line to the require block of your `composer.json` file.
16+
To get the latest version of Laravel Identify, simply add the following line to the require block of your `composer.json` file.
1717

1818
```
1919
"unicodeveloper/laravel-identify": "1.0.*"
2020
```
2121

2222
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
2323

24-
Once Laravel Imanee is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
24+
Once Laravel Identify is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
2525

2626
* `Unicodeveloper\Identify\IdentifyServiceProvider::class`
2727

28-
You can also use a Facade which provides a fluent way of manipulating images
28+
Also, register the Facade like so:
2929

3030
```php
3131
'aliases' => [

0 commit comments

Comments
 (0)