diff --git a/README.md b/README.md index f0c000b..fae019a 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@ # pad-end [![Version Badge](http://versionbadg.es/bubkoo/pad-end.svg)](https://npmjs.org/package/pad-end) - - > ES7 spec-compliant String.prototype.padEnd shim. - [![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/pad-end/blob/master/LICENSE) [![build:?](https://img.shields.io/travis/bubkoo/pad-end/master.svg?style=flat-square)](https://travis-ci.org/bubkoo/pad-end) [![coverage:?](https://img.shields.io/coveralls/bubkoo/pad-end/master.svg?style=flat-square)](https://coveralls.io/github/bubkoo/pad-end) + ## Install ``` $ npm install --save pad-end ``` + ## Usage > For more use-cases see the [tests](https://github.com/bubkoo/pad-end/blob/master/test/spec/index.js) @@ -34,6 +33,7 @@ padEnd('abcd', 6, '123456'); // => 'abcd12' ``` + ## Related - [pad-start](https://github.com/bubkoo/pad-start) - ES spec-compliant String.prototype.padStart shim. @@ -44,8 +44,6 @@ padEnd('abcd', 6, '123456'); // => 'abcd12' ## Contributing -Pull requests and stars are always welcome. +Pull requests and stars are highly welcome. For bugs and feature requests, please [create an issue](https://github.com/bubkoo/pad-end/issues). - -But before doing anything, please read the [CONTRIBUTING](https://github.com/tunnckocore/starts-with/blob/master/CONTRIBUTING.md) guidelines. diff --git a/package.json b/package.json index 77919ce..47e7eff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pad-end", - "version": "1.0.0", + "version": "1.0.1", "description": "ES7 spec-compliant String.prototype.padEnd shim.", "main": "index.js", "scripts": {