From 4e82e21a57430b9cb72f7180960f1e4d938add0c Mon Sep 17 00:00:00 2001 From: JoeCotellese Date: Sun, 15 Apr 2018 11:06:27 -0400 Subject: [PATCH] Update README.md Fix annotation typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc5d5424..a4493611 100644 --- a/README.md +++ b/README.md @@ -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; ```