diff --git a/src/index.js b/src/index.js index 5274bd4..30b109d 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,5 @@ const messages = [ + "I like read books and watch animes and doramas", "in case of fire: git commit, git push and leave building", "This is where it all begins...", "Commit committed", @@ -25,4 +26,4 @@ const funnyCommit = () => { module.exports = { funnyCommit -}; \ No newline at end of file +};