Skip to content

Commit

Permalink
Merge pull request #1 from sebslomski/patch-1
Browse files Browse the repository at this point in the history
Wrong module name in README.md
  • Loading branch information
brandon-barker committed Nov 18, 2014
2 parents 6c4e3ac + fbac0ae commit 86e402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ```<table float-thead="floatTheadOptions">```
Expand Down

0 comments on commit 86e402f

Please sign in to comment.