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