aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yongwook Choi <hyperflow@kakao.com> 2022-07-06 09:32:46 +0900
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-06 14:03:20 -0700
commit48058fac99828695b35749c7783670b633d41447 (patch)
tree8e19edd1b3a0b1fc7d54c950a7744006ac324469
parent9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2 (diff)
downloadbun-48058fac99828695b35749c7783670b633d41447.tar.gz
bun-48058fac99828695b35749c7783670b633d41447.tar.zst
bun-48058fac99828695b35749c7783670b633d41447.zip
docs: Fix broken toc link
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 996d1246b..648419e6f 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Install](#install)
- [Using bun.js - a new JavaScript runtime environment](#using-bunjs---a-new-javascript-runtime-environment)
- - [Types for bun.js (editor autocomplete)](#types-for-bunjs--editor-autocomplete)
+ - [Types for bun.js (editor autocomplete)](#types-for-bunjs-editor-autocomplete)
- [Fast paths for Web APIs](#fast-paths-for-web-apis)
- [Using bun as a package manager](#using-bun-as-a-package-manager)
- [Using bun as a task runner](#using-bun-as-a-task-runner)
@@ -51,7 +51,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Transpiling TypeScript with Bun](#transpiling-typescript-with-bun)
- [Not implemented yet](#not-implemented-yet)
- [Limitations & intended usage](#limitations--intended-usage)
-- [Benchmarks](#benchmarks)
+ - [Upcoming breaking changes](#upcoming-breaking-changes)
- [Configuration](#configuration)
- [bunfig.toml](#bunfigtoml)
- [Loaders](#loaders)
@@ -115,7 +115,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Statement.get](#statementget)
- [Statement.run](#statementrun)
- [Statement.finalize](#statementfinalize)
- - [Statement.toString()](#statementtostring-)
+ - [Statement.toString()](#statementtostring)
- [Datatypes](#datatypes)
- [`bun:ffi` (Foreign Functions Interface)](#bunffi-foreign-functions-interface)
- [Low-overhead FFI](#low-overhead-ffi)
@@ -128,7 +128,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi
- [Passing a pointer](#passing-a-pointer)
- [Reading pointers](#reading-pointers)
- [Not implemented yet](#not-implemented-yet-1)
-- [Node-API (napi)](#node-api--napi)
+- [Node-API (napi)](#node-api-napi)
- [`Bun.Transpiler`](#buntranspiler)
- [`Bun.Transpiler.transformSync`](#buntranspilertransformsync)
- [`Bun.Transpiler.transform`](#buntranspilertransform)