From 5402a452cb33ad6e61934e909b0d9dc16dc6f1ad Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 17 Aug 2020 23:04:11 +0200 Subject: [PATCH] docs [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1aef0537..29d4f667 100644 --- a/README.md +++ b/README.md @@ -616,9 +616,9 @@ $ bb my-script.clj Hello from gist script! ``` -Caveat: building uberscripts works by statically inspecting top-level `ns` forms -and `require` forms. The rest of the code is not evaluated. Code that relies on -dynamic requires may not work in an uberscript. +Caveat: building uberscripts works by running top-level `ns` forms and `require` +forms. The rest of the code is not evaluated. Code that relies on dynamic +requires may not work in an uberscript. ## Parsing command line arguments