diff options
author | 2022-07-12 03:58:17 +0530 | |
---|---|---|
committer | 2022-07-12 00:28:17 +0200 | |
commit | 299c61896e5601ee7378abcb776314d4f35516d0 (patch) | |
tree | 0f2dc1c1b0e824e64f3b66aad2de8a2a295081c4 | |
parent | fb03027b5b3c3903c01b0a3aba01a153f048ece0 (diff) | |
download | bun-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |