aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author@che <ache@ache.one>2018-08-01 02:52:39 +0200
committerGitHub <noreply@github.com>2018-08-01 02:52:39 +0200
commit74e546e64f30135c10a0e775f69fef68574d7588 (patch)
tree3d81166cf3616c4fc9287216e4fbd5792dc6ac19
parentupdate of the dist file (diff)
parentUpdate README.md (diff)
Merge pull request #3 from Hypercubed/patch-1
Update README.md
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index c5f74cb..960b809 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-
-mardown-attribute-parser
+md-attr-parser
===========
A node plugin to parse attributes (custom HTML attributes).
@@ -18,7 +17,7 @@ The syntax is common :
## Usage
```js
-const parseAttr = require('markdown-attribute-parser');
+const parseAttr = require('md-attr-parser');
parseAttr('{ width=500px editable=true }');