Skip to content

Commit b8470ca

Browse files
committed
updating some suggestions
1 parent 97499c9 commit b8470ca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

website/pages/en/quick-start.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
title: Quick Start
33
---
44

5-
This guide walks you through the basics of creating, deploying, publishing, and querying a subgraph on The Graph easily.
5+
This guide walks you through the basics of publishing and querying a subgraph on The Graph easily.
66

77
**Prerequisites for this guide:**
88

99
- A crypto wallet
10-
- A smart contract address on the network of your choice
11-
- A subgraph that will be indexing data from a [supported network](/developing/supported-networks/)
10+
- A smart contract address on the [supported network](/developing/supported-networks/) of your choice
1211
- An API key
1312

1413
## Step-by-Step
1514

1615
### 1. Install the Graph CLI
1716

18-
The Graph CLI is written in TypeScript, and you must have `node` and either `npm` or `yarn` installed to use it. Check for the most recent CLI version.
17+
You must have [Node.js](https://nodejs.org/en) and package manager of your choice (`npm`, `yarn` or `pnpm`) installed to use the Graph CLI. Check for the [most recent](https://github.com/graphprotocol/graph-tooling/releases?q=%40graphprotocol%2Fgraph-cli&expanded=true) CLI version.
1918

2019
On your local machine, run one of the following commands:
2120

@@ -41,7 +40,7 @@ Use the following command to create a subgraph in Subgraph Studio using CLI: `in
4140

4241
#### **Create via Subgraph Studio**
4342

44-
Subgraph Studio is a review and staging environment where you can create, manage, deploy, and publish subgraphs and API Keys.
43+
Subgraph Studio is a staging environment where you can create, manage, deploy, and publish subgraphs and API Keys.
4544

4645
1. Go to the [Subgraph Studio](https://thegraph.com/studio/) and connect your wallet.
4746
2. Click “Create a Subgraph." It is recommended to name the subgraph in Title Case: "Subgraph Name Chain Name."

0 commit comments

Comments
 (0)