@thang2162/wordfrequency
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@thang2162/wordfrequency", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple script to count the frequency of words in a string.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,5 +5,9 @@ # WordFrequency | ||
# Installation | ||
npm install @thang2162/WordFrequency --save | ||
or <br /> | ||
yarn add @thang2162/WordFrequency | ||
``` | ||
npm install @thang2162/wordfrequency --save | ||
``` | ||
or | ||
``` | ||
yarn add @thang2162/wordfrequency | ||
``` | ||
# Arguments | ||
@@ -22,3 +26,3 @@ 1. String (required) - String to be processed. | ||
```javascript | ||
import {WordFrequency} from '@thang2162/WordFrequency' | ||
import {WordFrequency} from '@thang2162/wordfrequency' | ||
const str = "With great power there must also come -- great responsibility."; | ||
@@ -25,0 +29,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4564
47