From bb355eb948f7d06e486252fdbec9671e567e1b7c Mon Sep 17 00:00:00 2001 From: Dave Staab Date: Sat, 12 Dec 2015 08:28:26 -0500 Subject: [PATCH] Typo in readme, Address issue #22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6dcc7..5714189 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Include the file into your application: ``` ### Usage Example -Your can [have a look at the example](example/example.html). Basically you have to add reCAPTCHA to your dependencies, configure your key. +You can [have a look at the example](example/example.html). Basically you have to add reCAPTCHA to your dependencies, configure your key. ```javascript angular.module('myApp', ['reCAPTCHA'])