Skip to content

Commit e9e92f3

Browse files
committed
Merge branch 'develop'
# Conflicts: # package-lock.json # package.json
2 parents 1d2dd70 + 306fddd commit e9e92f3

File tree

3 files changed

+4637
-2692
lines changed

3 files changed

+4637
-2692
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const md = require('markdown-it')()
100100
Or,
101101

102102
```javascript
103-
import 'markdownItTextualUml from 'markdown-it-textual-uml'
103+
import markdownItTextualUml from 'markdown-it-textual-uml'
104104
const md = require('markdown-it')()
105105
.use(markdownItTextualUml);
106106
```

0 commit comments

Comments
 (0)