Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix annotation typo
  • Loading branch information
JoeCotellese authored Apr 15, 2018
1 parent c2f3403 commit 4e82e21
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 @@ -12,11 +12,11 @@ More about us can be found on our website. [Ambta.com](https://ambta.com)

###What does it do exactly

It gives you the opportunity to add the @Encrypt annotation above each string property
It gives you the opportunity to add the @Encrypted annotation above each string property

```php
/**
* @Encrypt
* @Encrypted
*/
protected $username;
```
Expand Down

0 comments on commit 4e82e21

Please sign in to comment.