Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Aug 15, 2019
1 parent 97fc87f commit e95b0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -140,7 +140,7 @@ More examples can be found in the [gallery](#gallery).
Babashka expressions may be executed from a file using `-f` or `--file`:

``` shellsession
bb -f script.clj
bb -f download_html.clj
```

Using `bb` with a shebang also works:
Expand All @@ -156,7 +156,7 @@ Using `bb` with a shebang also works:
(System/exit 1)))))

(defn write-html [file html]
(println "Writing html to" file)
(println "Writing file:" file)
(spit file html))

(let [[url file] *command-line-args*]
Expand Down

0 comments on commit e95b0bb

Please sign in to comment.