diff options
author | 2022-03-18 16:26:49 +0800 | |
---|---|---|
committer | 2022-03-18 01:26:49 -0700 | |
commit | 257f3f997a3a899a17a91aa341525511f26c5186 (patch) | |
tree | eb3ee2555880d84e15555bff1d2f65af55d61660 | |
parent | d1aea89c7d5bd7c36d3d73e425cb3883ee21e15e (diff) | |
download | bun-257f3f997a3a899a17a91aa341525511f26c5186.tar.gz bun-257f3f997a3a899a17a91aa341525511f26c5186.tar.zst bun-257f3f997a3a899a17a91aa341525511f26c5186.zip |
fix(readme): Fix hash link in README.md (#128)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [Using bun with Create React App](#using-bun-with-create-react-app) - [Using bun with TypeScript](#using-bun-with-typescript) - [Using Tailwind with bun](#using-tailwind-with-bun) -- [Things that don’t work yet](#things-that-dont-work-yet) +- [Not implemented yet](#not-implemented-yet) - [Limitations & intended usage](#limitations--intended-usage) - [Configuration](#configuration) - [bunfig.toml](#bunfig-toml) |