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 e632f9f..b99c00d 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,12 @@
mardown-attribute-parser
===========
-A node plugin to parse pandoc-style attributes (custom HTML attributes).
+A node plugin to parse attributes (custom HTML attributes).
## Syntax
-The syntax is the same as pandoc's.
+The syntax is common :
```markdown
{#thisIsAnId .thisIsAClass thisKey=thisValue}
@@ -58,4 +58,3 @@ parseAttr('{ widgth=500px editable=true #unicorn .dangerous .cute }');
## Licence
MIT
-