Skip to content

Commit 962262f

Browse files
committed
readme
1 parent 2ef621c commit 962262f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ deepStrictEqual(decode(encoded), object);
6666
- [NPM / npmjs.com](#npm--npmjscom)
6767
- [CDN / unpkg.com](#cdn--unpkgcom)
6868
- [Deno Support](#deno-support)
69+
- [Bun Support](#bun-support)
6970
- [Maintenance](#maintenance)
7071
- [Testing](#testing)
7172
- [Continuous Integration](#continuous-integration)
@@ -659,6 +660,10 @@ See `example/deno-*.ts` for examples.
659660

660661
`deno.land/x` is not supported.
661662

663+
## Bun Support
664+
665+
You can use this module on Bun.
666+
662667
## Maintenance
663668

664669
### Testing
@@ -671,16 +676,16 @@ npm run test
671676

672677
### Continuous Integration
673678

674-
This library uses Travis CI.
679+
This library uses GitHub Actions.
675680

676-
test matrix:
681+
Test matrix:
677682

678-
* Node.js versions:
683+
* NodeJS
679684
* v18 / v20 / v22
680-
* TypeScript targets
681-
* `target=es2019` / `target=es5`
682-
* JavaScript engines
683-
* NodeJS, browsers (Chrome, Firefox)
685+
* Browsers:
686+
* Chrome, Firefox
687+
* Deno
688+
* Bun
684689

685690
### Release Engineering
686691

0 commit comments

Comments
 (0)