diff --git a/index.js b/index.js index 0536f13..cd10803 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -module.exports = (str) => { - return `Installation success for malaysia-list library. Your text: ${str}`; +module.exports = () => { + return `Installation success for malaysia-list library!`; } module.exports.getStates = (language) => {