Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a8be2

Browse files
committed
minor fixes
1 parent 7049dbc commit 59a8be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text-utils/transliterate/limax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
let limax = require("limax");
1+
let { slug } = require("limax");
22
let lang = require('config').lang;
33

44
module.exports = function transliterate(str) {
5-
return limax(str, {tone: false, lang});
5+
return slug(str, {tone: false, lang});
66
};

0 commit comments

Comments
 (0)