Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typo in README.md #194

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cbor-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ You can see `cbor-web` in action on the web [here](https://hildjj.github.io/node

- You can bundle this with [parcel](https://github.com/parcel-bundler/parcel), [webpack](https://github.com/webpack/webpack), [browserify](https://github.com/browserify/browserify), etc.
- You can `require('cbor-web')` from node.js, but I wouldn't recommend that unless you're trying to use the exact same paths for backend and frontend codebases, for example.
- You can `import cbor from 'cbor-web'` in either node or in some web contexts. Caveats to using in node are the same as above, but someimes you might *really* want an ES6 module, and be willing to deal with the downsides. Note that as soon as Node 10 is no longer supported, the make `cbor` package will work toward becoming a native ES6 module.
- You can `import cbor from 'cbor-web'` in either node or in some web contexts. Caveats to using in node are the same as above, but someimes you might *really* want an ES6 module, and be willing to deal with the downsides. Note that as soon as Node 10 is no longer supported, the main `cbor` package will work toward becoming a native ES6 module.