diff --git a/README.md b/README.md index 18175110..a9feb878 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,15 @@ Using `bb` with a shebang also works: (System/exit 0) ``` +``` shellsession +$ ./download_html.clj +Usage: + +$ ./download_html.clj https://www.clojure.org /tmp/clojure.org.html +Fetching url: https://www.clojure.org +Writing file: /tmp/clojure.org.html +``` + ## Test Test on the JVM: