Skip to content

Commit

Permalink
readme small typo in script tag imporreadme small typo in script tag …
Browse files Browse the repository at this point in the history
…importt
  • Loading branch information
eklem committed Feb 4, 2022
1 parent 693b799 commit 0a3564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { removeStopwords, eng, fra } = require('stopword')
Old style require:
```javascript
const sw = require('stopword')
// sw.removeStopwords and sw.<language code> now available
// sw.removeStopwords and sw.<language codes> now available
```

### ESM - Ecmascript Modules
Expand All @@ -50,7 +50,7 @@ import * as sw from './dist/stopword.esm.mjs'
<script src="stopword.umd.js"></script>

<script>
// sw.removeStopwords and sw.[language code] now available
// sw.removeStopwords and sw.<language codes> now available
</script>
```

Expand Down

0 comments on commit 0a3564b

Please sign in to comment.