From ab2965df8bc10063a7475b7a1374be8c04c458b3 Mon Sep 17 00:00:00 2001 From: Evyatar Date: Thu, 23 Apr 2015 02:30:55 +0300 Subject: [PATCH] README.md correction for bower installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62c529..900cfa3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Angular directive for auto-grow / auto-resize of textarea elements on typing. A full explanation of the code can be found on my [blog post](http://codingaspect.com/blog/textarea-auto-grow-resizing-textarea-to-fit-text-height) along with a jQuery plugin and an Angular directive with this technique. -#### Bower Installation +#### Install via Bower ```bash bower install angular-autogrow ```