diff --git a/README.md b/README.md index 137e75c6..f65af552 100644 --- a/README.md +++ b/README.md @@ -263,10 +263,10 @@ Waits for TCP connection to be available on host and port. Options map supports Waits for file path to be available. Options map supports `:default`, `:timeout` and `:pause`. If `:timeout` is provided and reached, `:default`'s value (if any) is returned. The `:pause` option determines the time waited between retries. -- `sig/pipe-signal-received?`. Usage: +- `signal/pipe-signal-received?`. Usage: ``` clojure -(sig/pipe-signal-received?) +(signal/pipe-signal-received?) ``` Returns true if `PIPE` signal was received. Example: diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 0237df88..1761a550 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -213,7 +213,7 @@ Everything after that is bound to *command-line-args*.")) '{tools.cli 'clojure.tools.cli edn clojure.edn wait babashka.wait - sig babashka.signal + signal babashka.signal shell clojure.java.shell io clojure.java.io async clojure.core.async