Skip to content

Commit

Permalink
space is back
Browse files Browse the repository at this point in the history
  • Loading branch information
idalithb committed Sep 11, 2024
1 parent 93d97b9 commit c37f48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/developing/creating-a-subgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ graph init \
The following command initializes a new project from an example subgraph:

```sh
graph init--studio <SUBGRAPH_SLUG> --from-example=example-subgraph
graph init --studio <SUBGRAPH_SLUG> --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.
Expand Down

0 comments on commit c37f48f

Please sign in to comment.