diff options
author | 2022-04-05 15:24:14 +0800 | |
---|---|---|
committer | 2022-04-05 00:24:14 -0700 | |
commit | 57eac42a912aa5e3efd493b7f88568205f81764d (patch) | |
tree | 2186b8ea8b8439336aed71e890e7dad3153f4a0e | |
parent | d61f877a94078f151e2b18c56674c592db6c60e1 (diff) | |
download | bun-57eac42a912aa5e3efd493b7f88568205f81764d.tar.gz bun-57eac42a912aa5e3efd493b7f88568205f81764d.tar.zst bun-57eac42a912aa5e3efd493b7f88568205f81764d.zip |
docs: fix wrong #bun-create reference in readme (#136)
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ If using Linux, kernel version 5.6 or higher is strongly recommended, but the mi - [`bun install`](#bun-install) - [`Configuring bun install`](#configuring-bun-install-with-bunfigtoml) - [`bun run`](#bun-run) - - [`bun create`](#bun-run) + - [`bun create`](#bun-create) - [`bun bun`](#bun-bun) - [`bun completions`](#bun-completions) - [`Bun.Transpiler`](#buntranspiler) |