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 29fda64 commit f7ab7c4Copy full SHA for f7ab7c4
readme.md
@@ -13,9 +13,8 @@ npm install --save spelling-variations
13
Now you can use the library as you wish:
14
15
```javascript
16
-
17
-// for node environments:
18
-const spellingVariations = require("spelling-variations");
+// import the module
+import spellingVariations from "spelling-variations";
19
20
var uk_version = new spellingVariations("theater").toUK;
21
console.log(uk_version);
0 commit comments