Skip to content

Commit

Permalink
Update README file highlight
Browse files Browse the repository at this point in the history
Nothing toot fancy here, just a test of online github code edition
  • Loading branch information
XavRsl committed Apr 14, 2014
1 parent 6fdf1f0 commit aaeb7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installing
----------
Declare a dependency on this package in your composer.json file:

```
```javascript
"require": {
"xavrsl/ldap": "v1.4"
},
Expand All @@ -17,13 +17,13 @@ Next, run **composer update** to pull in the code.

Add the service provider to config/app :

```
```php
'Xavrsl\Ldap\LdapServiceProvider',
```

Add the facade to the alias array (also in config/app):

```
```php
'Ldap' => 'Xavrsl\Ldap\Facades\Ldap',
```

Expand Down

0 comments on commit aaeb7a4

Please sign in to comment.