diff options
author | 2022-07-06 09:32:46 +0900 | |
---|---|---|
committer | 2022-07-06 14:03:20 -0700 | |
commit | 48058fac99828695b35749c7783670b633d41447 (patch) | |
tree | 8e19edd1b3a0b1fc7d54c950a7744006ac324469 | |
parent | 9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2 (diff) | |
download | bun-48058fac99828695b35749c7783670b633d41447.tar.gz bun-48058fac99828695b35749c7783670b633d41447.tar.zst bun-48058fac99828695b35749c7783670b633d41447.zip |
docs: Fix broken toc link
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |