Skip to content

Commit c37f48f

Browse files
committed
space is back
1 parent 93d97b9 commit c37f48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/developing/creating-a-subgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ graph init \
6666
The following command initializes a new project from an example subgraph:
6767

6868
```sh
69-
graph init--studio <SUBGRAPH_SLUG> --from-example=example-subgraph
69+
graph init --studio <SUBGRAPH_SLUG> --from-example=example-subgraph
7070
```
7171

7272
- 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.

0 commit comments

Comments
 (0)