Skip to content

Commit 5754bfd

Browse files
committed
Lint
1 parent ebe761d commit 5754bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-node-dev.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,21 @@ e"
103103

104104
To run a Subgraph:
105105

106-
### 1. Navigate to your Subgraph directory:
106+
### 1. Navigate to your Subgraph directory
107107

108108
```
109109
cd path/to/your-subgraph
110110
```
111111

112-
### 2. Start gnd with an Ethereum RPC:
112+
### 2. Start gnd with an Ethereum RPC
113113

114114
```
115115
gnd --ethereum-rpc mainnet:http://localhost:<PORT>
116116
```
117117

118118
This will build and start the Subgraph.
119119

120-
### 3. Query your Subgraph at:
120+
### 3. Query your Subgraph at
121121

122122
```
123123
http://localhost:8000/subgraphs/name/subgraph-0/

0 commit comments

Comments
 (0)