Skip to content

Commit 74b4259

Browse files
committed
(docs): add npm badge, remove description backticks
1 parent 8d7104a commit 74b4259

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# trim-canvas
22

3+
[![NPM](https://nodei.co/npm/trim-canvas.png)](https://npmjs.org/package/trim-canvas)
4+
35
A tiny (< 100 LoC) library for trimming whitespace from a `canvas` element with
46
no dependencies.
57

@@ -30,4 +32,4 @@ canvas element beforehand.
3032
Credits go to [@efc](https://github.com/efc) for writing a quick version of this
3133
in [this issue](https://github.com/szimek/signature_pad/issues/49#issue-29108215)
3234
and to the original [StackOverflow Answer](http://stackoverflow.com/a/12178531/3431180)
33-
that was credited there.
35+
that was credited in that issue.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trim-canvas",
33
"version": "0.1.0",
4-
"description": "A tiny library for trimming whitespace from a `canvas` element.",
4+
"description": "A tiny library for trimming whitespace from a canvas element",
55
"main": "build/index.js",
66
"devDependencies": {
77
"babel-core": "^6.0.14",

0 commit comments

Comments
 (0)