Skip to content

Commit 8726163

Browse files
committed
getting rid of flag
1 parent f0101bf commit 8726163

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/src/pages/en/resources/migration-guides/migrate-from-alchemy.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This guide walks you through:
1616

1717
## 1. Prerequisites
1818

19-
Youll need:
19+
You'll need:
2020

2121
- Your subgraph source code (`subgraph.yaml`, `schema.graphql`, `src/mapping.ts`)
2222
- [Node.js](https://nodejs.org), Yarn, and `graph-cli`:
@@ -33,14 +33,14 @@ Install and authenticate the CLI:
3333

3434
```bash
3535
npm install -g @graphprotocol/graph-cli
36-
graph auth --studio <YOUR_ACCESS_TOKEN>
36+
graph auth <YOUR_ACCESS_TOKEN>
3737
```
3838

3939
---
4040

4141
## 3. Prepare and Build Your Subgraph
4242

43-
If you dont already have a project, initialize one from a contract:
43+
If you don't already have a project, initialize one from a contract:
4444

4545
```bash
4646
graph init --from-contract <CONTRACT_ADDRESS> <SUBGRAPH_NAME>
@@ -115,7 +115,7 @@ graph subgraph list
115115

116116
## 7. Update Your Application
117117

118-
Your subgraphs GraphQL endpoint follows this format:
118+
Your subgraph's GraphQL endpoint follows this format:
119119

120120
```
121121
https://api.studio.thegraph.com/query/{user_id}/{subgraph_slug}/{version}

0 commit comments

Comments
 (0)