Skip to content

Commit

Permalink
fix(website): remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jan 24, 2022
1 parent 8c729ec commit 94fe5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function main() {
main()
```

The client uses ESM modules. If running from Node.js, either name your script `index.mjs` or name it `index.js` _and_ use `npm init` to create a new `package.json` file in your project directory, adding `"type": "module",` to it .
The client uses ESM modules. If running from Node.js, either name your script `index.mjs` or name it `index.js` _and_ use `npm init` to create a new `package.json` file in your project directory, adding `"type": "module",` to it.

Run the script:

Expand Down

0 comments on commit 94fe5e5

Please sign in to comment.