aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }');