@thang2162/wordfrequency
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@thang2162/wordfrequency", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple script to count the frequency of words in a string.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,7 +20,4 @@ # WordFrequency | ||
# Usage | ||
```html | ||
<!DOCTYPE html> | ||
<html> | ||
<script type="module"> | ||
import {WordCounter} from './WordCounter.js' | ||
```javascript | ||
import {WordFrequency} from '@thang2162/WordFrequency' | ||
const str = "With great power there must also come -- great responsibility."; | ||
@@ -31,5 +28,2 @@ | ||
}); | ||
</script> | ||
</html> | ||
``` | ||
@@ -36,0 +30,0 @@ # CDN |
4555
43