From c925530ad0a6ead962f5b61c297181868438e324 Mon Sep 17 00:00:00 2001 From: Chad Campbell Date: Thu, 10 Jul 2014 13:38:01 -0400 Subject: [PATCH] Updated README.md Fixed the closing tag on the directive in the sample documentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cca0985..d5605b1d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Download the code from [https://github.com/fraywing/textAngular/releases/latest] ``` OR ```html - + ``` This acts similar to a regular AngularJS / form input if you give it a name attribute, allowing for form submission and AngularJS form validation. @@ -114,4 +114,4 @@ Including those from: * [kanakiyajay](https://github.com/kanakiyajay) * [kencaron](https://github.com/kencaron) * [gintau](https://github.com/gintau) -* [uxtx](https://github.com/uxtx) \ No newline at end of file +* [uxtx](https://github.com/uxtx)