modal 0.3.6 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ See the [documentation and examples](https://github.com/modal-labs/libmodal?tab=
15
15
 
16
16
  ## Requirements
17
17
 
18
- Node 22 or higher, in [ES modules](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) mode.
18
+ Node 22 or higher. We bundle both ES Modules and CommonJS formats, so you can load the package with either `import` or `require()` in any project.
19
19
 
20
20
  ## Installation
21
21