Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit a26ae90

Browse files
authored
Update readme.md
1 parent 1c0478c commit a26ae90

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
@@ -104,8 +104,8 @@ Upon performing operations without specifying a connection, your default
104104
connection will be connected to and bound automatically
105105
using your configured username and password.
106106

107-
You can also inject the Adldap interface into your controllers, which gives
108-
you access to all of your LDAP connections and resources.
107+
If you would prefer, you can also inject the Adldap interface into your controllers,
108+
which gives you access to all of your LDAP connections and resources as the facade.
109109

110110
```php
111111
use Adldap\AdldapInterface;
@@ -141,4 +141,4 @@ class UserController extends Controller
141141
}
142142
```
143143

144-
To see more usage in detail, please visit the [Adldap2 Repository](http://github.com/Adldap2/Adldap2).
144+
To see more usage in detail, please visit the [Adldap2](http://github.com/Adldap2/Adldap2) repository.

0 commit comments

Comments
 (0)