aboutsummaryrefslogtreecommitdiff
path: root/docs/cli/create.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli/create.md')
-rw-r--r--docs/cli/create.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/create.md b/docs/cli/create.md
index 393378eed..d59912f2b 100644
--- a/docs/cli/create.md
+++ b/docs/cli/create.md
@@ -50,7 +50,7 @@ Running `bun create` performs the following steps:
- Initialize a fresh Git repo. Opt out with the `--no-git` flag.
- Run the template's configured `start` script, if defined.
-## Official templates
+<!-- ## Official templates
The following official templates are available.
@@ -73,7 +73,7 @@ Welcome to bun! Create a new project by pasting any of the following:
{% callout %}
⚡️ **Speed** — At the time of writing, `bun create react app` runs ~11x faster on a M1 Macbook Pro than `yarn create react-app app`.
-{% /callout %}
+{% /callout %} -->
## GitHub repos