From c37f48ff54c6d5c315b84117e7484c73ddba3779 Mon Sep 17 00:00:00 2001 From: Idalith Bustos Date: Wed, 11 Sep 2024 16:35:39 -0700 Subject: [PATCH] space is back --- website/pages/en/developing/creating-a-subgraph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/developing/creating-a-subgraph.mdx b/website/pages/en/developing/creating-a-subgraph.mdx index 9b23100068a9..5ef238ea2df5 100644 --- a/website/pages/en/developing/creating-a-subgraph.mdx +++ b/website/pages/en/developing/creating-a-subgraph.mdx @@ -66,7 +66,7 @@ graph init \ The following command initializes a new project from an example subgraph: ```sh -graph init--studio --from-example=example-subgraph +graph init --studio --from-example=example-subgraph ``` - The [example subgraph](https://github.com/graphprotocol/example-subgraph) is based on the Gravity contract by Dani Grant, which manages user avatars and emits `NewGravatar` or `UpdateGravatar` events whenever avatars are created or updated.