Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmarabeas committed Jan 23, 2016
1 parent 76017c7 commit 809fb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Include it in your AngularJS application
var myApp = angular.module('myApp', ['ngFitText']);
```

### Application
### Implementation

```html
<!-- basic implementation -->
Expand Down Expand Up @@ -81,7 +81,7 @@ module.config(['fitTextConfigProvider', function(fitTextConfigProvider) {
}]);
```

### Changes:
### Changelog

#### [v4.1.0](https://github.com/patrickmarabeas/ng-FitText.js/releases/tag/v4.1.0)
+ Replace `'initial'` value with more semantic `'inherit'`
Expand Down

0 comments on commit 809fb9a

Please sign in to comment.