diff --git a/jaml.clj b/jaml.clj index 6410aa7..0d70114 100755 --- a/jaml.clj +++ b/jaml.clj @@ -1,5 +1,5 @@ #!/usr/bin/env bb -(ns yaml +(ns jaml (:require [cheshire.core :as json] [clj-yaml.core :as yaml] [clojure.java.io]))