aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rudraksh Karpe <rudraksh.karpe@gmail.com> 2022-07-12 03:58:17 +0530
committerGravatar GitHub <noreply@github.com> 2022-07-12 00:28:17 +0200
commit299c61896e5601ee7378abcb776314d4f35516d0 (patch)
tree0f2dc1c1b0e824e64f3b66aad2de8a2a295081c4
parentfb03027b5b3c3903c01b0a3aba01a153f048ece0 (diff)
downloadbun-299c61896e5601ee7378abcb776314d4f35516d0.tar.gz
bun-299c61896e5601ee7378abcb776314d4f35516d0.tar.zst
bun-299c61896e5601ee7378abcb776314d4f35516d0.zip
docs: Fix typo (#599)
Under the Credits section On line no. 2, it is mentioned as based off of whereas based on would be the correct choice of a word representing it as official documentation of Bun. I hope this would help to make the Bun Documentation more precise to the users.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b19ab03d4..564921cd2 100644
--- a/README.md
+++ b/README.md
@@ -3125,7 +3125,7 @@ export const loader = () => import('./loader');
## Credits
-- While written in Zig instead of Go, bun’s JS transpiler, CSS lexer, and node module resolver source code is based off of @evanw’s esbuild project. @evanw did a fantastic job with esbuild.
+- While written in Zig instead of Go, bun’s JS transpiler, CSS lexer, and node module resolver source code is based on @evanw’s esbuild project. @evanw did a fantastic job with esbuild.
- The idea for the name "bun" came from [@kipply](https://github.com/kipply)
## License