From 50a1d448e3be4dd601386e46a4221edfd18bac78 Mon Sep 17 00:00:00 2001 From: denhampreen Date: Mon, 3 Mar 2025 09:44:37 +0200 Subject: [PATCH] chore: remove blank template --- docs/HyperIndex/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HyperIndex/getting-started.md b/docs/HyperIndex/getting-started.md index 6a406382..5de0128c 100644 --- a/docs/HyperIndex/getting-started.md +++ b/docs/HyperIndex/getting-started.md @@ -29,7 +29,7 @@ More information on [the Quickstart](./contract-import) can be found in this doc ### Templates -Select either the `ERC20`, `Greeter`, or `Blank` template following the `pnpx envio init` command. +Select either the `ERC20` or `Greeter` template following the `pnpx envio init` command. More information on [the `Greeter` template](./greeter-tutorial) is available.