From fbac0aec0c18db13528d5d16e1f631775e3f48d0 Mon Sep 17 00:00:00 2001 From: Sebastian Slomski Date: Tue, 18 Nov 2014 14:14:35 +0100 Subject: [PATCH] Wrong module name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bab17f..7a30dce 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ bower install angular-float-thead 1. Include angular-float-thead as a dependency for your app ```js - angular.module('myApp', ['angular-floatThead']) + angular.module('myApp', ['floatThead']) ``` 2. Specify ```float-thead``` on your table element and optionally pass through a floatThead object as a parameter, eg: ``````