Skip to content

Commit

Permalink
[ci skip] added missing "use" keyword in the readme usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu authored Jul 24, 2019
1 parent 44343c6 commit 42be232
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 @@ -32,8 +32,8 @@ return [

To use the validation constraint, import the following namespace with the alias or your liking:

```
Kreyu\Bundle\NipValidatorBundle\Validator\Constraints as KreyuAssert;
```php
use Kreyu\Bundle\NipValidatorBundle\Validator\Constraints as KreyuAssert;
```

and then use it like any other Symfony validation constraint like so:
Expand Down

0 comments on commit 42be232

Please sign in to comment.