aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Jaggi <thomas@responsive.ch> 2022-07-13 11:35:00 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-13 11:35:00 +0200
commit0bcd812bd5820888d453b5ade90762391822827a (patch)
tree7ef1f64958831ed7e8da779fd13e0756195eb67c
parent2769c74c745aa467b26d55f8f7f176e181c36e76 (diff)
downloadbun-0bcd812bd5820888d453b5ade90762391822827a.tar.gz
bun-0bcd812bd5820888d453b5ade90762391822827a.tar.zst
bun-0bcd812bd5820888d453b5ade90762391822827a.zip
docs: Link esbuild and @evanw in README (#669)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9be2da5b4..b23d176ce 100644
--- a/README.md
+++ b/README.md
@@ -3128,7 +3128,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 on @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](https://github.com/evanw)’s [esbuild](https://github.com/evanw/esbuild) project. Evan did a fantastic job with esbuild.
- The idea for the name "bun" came from [@kipply](https://github.com/kipply)
## License