Skip to content

Commit

Permalink
fixed markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Feb 26, 2015
1 parent 93ae38d commit 5798f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
##### v.2.0.0 - 2015-02-25

* smaller, simplier code-base
* new API. Example usage:

autosize(document.querySelectorAll(textarea));

* new API. Example usage: `autosize(document.querySelectorAll(textarea));`
* dropped jQuery dependency
* dropped IE7-IE8 support
* dropped optional parameters
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ var ta = document.querySelector('textarea');
ta.addEventListener('autosize.resized', function(){
console.log('textarea height updated');
});
```

### Differences between v2 and v1

Expand Down

0 comments on commit 5798f84

Please sign in to comment.