diff options
author | 2022-07-14 19:56:50 +0200 | |
---|---|---|
committer | 2022-07-14 13:56:50 -0400 | |
commit | de50c709a4489c59a928fbaa1d1b463bc3d0b03c (patch) | |
tree | 10aef57e7dee06c22e0dc5cdb5bbc28fdf52718b | |
parent | 3b5ad05627fa195f3102816b02849e009ba90ec6 (diff) | |
download | bun-de50c709a4489c59a928fbaa1d1b463bc3d0b03c.tar.gz bun-de50c709a4489c59a928fbaa1d1b463bc3d0b03c.tar.zst bun-de50c709a4489c59a928fbaa1d1b463bc3d0b03c.zip |
fix small typo in readme (#706)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3141,7 +3141,7 @@ bun also statically links these libraries: - `libicu` 66.1, which can be found here: <https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE> - A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is MIT licensed -For compatibiltiy reasons, these NPM packages are embedded into bun’s binary and injected if imported. +For compatibility reasons, these NPM packages are embedded into bun’s binary and injected if imported. - [`assert`](https://npmjs.com/package/assert) (MIT license) - [`browserify-zlib`](https://npmjs.com/package/browserify-zlib) (MIT license) |