From 506a84a9c74bdb8e7874b71f53f228fec571b056 Mon Sep 17 00:00:00 2001 From: Jayson Harshbarger Date: Mon, 30 Jul 2018 20:29:19 -0600 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f74cb..be47426 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -mardown-attribute-parser +markdown-attribute-parser =========== A node plugin to parse attributes (custom HTML attributes). -- cgit v1.2.3 From 32a1df10f169a6affcf06a8cef6d26e30dd539b1 Mon Sep 17 00:00:00 2001 From: "@che" Date: Wed, 1 Aug 2018 02:52:02 +0200 Subject: Update README.md Renaming the plugin. --- README.md | 5 ++--- 1 file 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 }'); -- cgit v1.2.3