We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54081f9 commit 79f0ca9Copy full SHA for 79f0ca9
README.md
@@ -27,9 +27,8 @@ const { MPStemmer } = require('stemin') // CommonJS
27
### Browser
28
29
```html
30
-<script src="https://cdn.jsdelivr.net/npm/stemin" defer></script>
31
-<script defer>
32
-// gunakan "defer" supaya script dieksekusi setelah library dimuat
+<script src="https://cdn.jsdelivr.net/npm/stemin"></script>
+<script>
33
const { MPStemmer } = window.stemin
34
</script>
35
```
0 commit comments