Skip to content

Commit

Permalink
Update packages/verkle/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Scorbajio <indigophi@protonmail.com>
  • Loading branch information
gabrocheleau and scorbajio committed Oct 20, 2023
1 parent 7ca391f commit 85b5665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verkle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Generated TypeDoc API [Documentation](./docs/README.md)

With the breaking releases from Summer 2023 we have started to ship our libraries with both CommonJS (`cjs` folder) and ESM builds (`esm` folder), see `package.json` for the detailed setup.

If you use an ES6-style `import` in your code files from the ESM build will be used:
If you use an ES6-style `import` in your code, files from the ESM build will be used:

```typescript
import { EthereumJSClass } from '@ethereumjs/[PACKAGE_NAME]'
Expand Down

0 comments on commit 85b5665

Please sign in to comment.