aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author@che <ache@ache.one>2018-08-01 02:52:02 +0200
committerGitHub <noreply@github.com>2018-08-01 02:52:02 +0200
commit32a1df10f169a6affcf06a8cef6d26e30dd539b1 (patch)
tree3d81166cf3616c4fc9287216e4fbd5792dc6ac19
parentUpdate README.md (diff)
Update README.md
Renaming the plugin.
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index be47426..960b809 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-
-markdown-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 }');