Skip to content

Commit 68ecb82

Browse files
committed
README file fixes
1 parent 4fc0b5d commit 68ecb82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Maintainability](https://badgen.net/codeclimate/maintainability/evente/core)](https://codeclimate.com/github/evnte/core/maintainability)
1+
[![Maintainability](https://badgen.net/codeclimate/maintainability/evente/core)](https://codeclimate.com/github/evente/core/maintainability)
22
[![Test Coverage](https://badgen.net/codeclimate/coverage/evente/core)](https://codeclimate.com/github/evente/core/test_coverage)
33
[![Build Status](https://badgen.net/travis/evente/core)](https://travis-ci.org/evente/core)
44
![Size](https://badgen.net/badgesize/normal/evente/core/master/dist/evente.min.js)
@@ -62,7 +62,7 @@ Try it on [CodePen](https://codepen.io/apoprotsky/pen/XOpzxV). Full application
6262
return parseFloat(params[0]).toFixed(params[1] !== undefined ? params[1] : 2);
6363
}
6464
// Init
65-
var app = new evente('body', {
65+
var app = evente('body', {
6666
amount: '1',
6767
currency: 'USD',
6868
precision: 2

0 commit comments

Comments
 (0)