diff --git a/README.md b/README.md index 9398f49..5d6169f 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Emoji for Clojure ;; => "Clojure is awesome :thumbsup:" -;; If you want to be really anoyying -(e/emojify-all "Clojure pizza fire thumbsup smile") -;; => "Clojure 🍕 🔥 👍 😄" +;; Emojify everything +(e/emojify-all "pen pineapple apple pen") +;; => "pen 🍍 🍎 pen" ``` diff --git a/project.clj b/project.clj index 3e8fb07..e3e58c1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dawran6/emoji "0.1.4-SNAPSHOT" +(defproject dawran6/emoji "0.1.4" :description "Emoji for Clojure" :url "http://github.com/dawran6/emoji" :license {:name "MIT"