Commit c8d9ef8
Changed files (1)
README.md
@@ -59,7 +59,13 @@ zx ./script.mjs
```
All functions (`$`, `cd`, `fetch`, etc) are available straight away
-without any imports.
+without any imports.
+
+Or import globals explicitly (for better autocomplete in VS Code).
+
+```js
+import 'zx/globals'
+```
### ``$`command` ``