text-annotator
Advanced tools
Comparing version 0.7.8 to 0.7.9
{ | ||
"name": "text-annotator", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "A JavaScript library for locating and annotating plain text in HTML", | ||
@@ -5,0 +5,0 @@ "main": "build/text-annotator.js", |
@@ -9,3 +9,3 @@ # text-annotator | ||
## Import | ||
1. install it via npm | ||
### install it via npm | ||
`npm install --save text-annotator` | ||
@@ -15,3 +15,3 @@ ```javascript | ||
``` | ||
2. include it into the head tag | ||
### include it into the head tag | ||
``` | ||
@@ -18,0 +18,0 @@ <script src="public/js/text-annotator.min.js"></script> |
169378