Skip to content

Commit 2e4d047

Browse files
desmpaperclover
authored andcommitted
fix link to "local template" (oven-sh#5115)
1 parent 875a96c commit 2e4d047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Template a new Bun project with `bun create`. This is a flexible command that ca
3636
$ bun create <template> [<destination>]
3737
```
3838

39-
Assuming you don't have a [local template](#local-templates) with the same name, this command will download and execute the `create-<template>` package from npm. The following two commands will behave identically:
39+
Assuming you don't have a [local template](#from-a-local-template) with the same name, this command will download and execute the `create-<template>` package from npm. The following two commands will behave identically:
4040

4141
```sh
4242
$ bun create remix

0 commit comments

Comments
 (0)