diff --git a/README.md b/README.md index b204f81..c29b2c1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Clojure library that binds rich Unicode symbols to traditional clojure.core macr (⊇ #{1 2} #{1}) ;; ⇒ true (⊈ #{1 2} #{1 3}) ;; ⇒ true (⊉ #{1 2} #{1 3}) ;; ⇒ true -(∈ ∅ 1) ;; ⇒ false +(∋ ∅ 1) ;; ⇒ false (∖ #{1 2 3} #{3}) ;; ⇒ #{ 1 2 } (↠ [1 2 3] (map inc)) ;; ⇒ (2 3 4)