aboutsummaryrefslogtreecommitdiff
path: root/docs/templates.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md
index 52e25fba6..d60ea692c 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -33,7 +33,7 @@ Template a new Bun project with `bun create`. This is a flexible command that ca
### From `npm`
```sh
-$ bun create template [<destination>]
+$ bun create <template> [<destination>]
```
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: