diff options
author | 2022-07-09 15:39:01 -0400 | |
---|---|---|
committer | 2022-07-09 15:39:01 -0400 | |
commit | 465e185a745f07f19872832234808c2ce52c706b (patch) | |
tree | 6d82b75aaebdee7a63ce1f73005193d4d8bf747c | |
parent | 5abee04991796af67a62488cfc4d7459ac858d47 (diff) | |
download | bun-465e185a745f07f19872832234808c2ce52c706b.tar.gz bun-465e185a745f07f19872832234808c2ce52c706b.tar.zst bun-465e185a745f07f19872832234808c2ce52c706b.zip |
fix typo in readme (#449)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -519,7 +519,7 @@ And to the `types` field in your `tsconfig.json`: ## Not implemented yet -bun is a project with an incredibly large scope and is still in it's early days. +bun is a project with an incredibly large scope and is still in its early days. You can see [Bun's Roadmap](https://github.com/Jarred-Sumner/bun/issues/159), but here are some additional things that are planned: |