Skip to content

Commit 2d9c5cd

Browse files
committed
Fix lint
1 parent 208cac8 commit 2d9c5cd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/cli/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ The Graph CLI takes a subgraph manifest (defaults to `subgraph.yaml`) with refer
3535

3636
It compiles the mappings to WebAssembly, builds a ready-to-use version of the subgraph saved to IPFS
3737
or a local directory for debugging, and deploys the subgraph to a
38-
[Graph Node](https://github.com/graphprotocol/graph-node) instance or [Subgraph Studio](https://thegraph.com/studio/).
39-
Additionally it allows you to publish your subgraph to the decentralized network directly, making it available for indexing via [Graph Explorer](https://thegraph.com/explorer)
38+
[Graph Node](https://github.com/graphprotocol/graph-node) instance or
39+
[Subgraph Studio](https://thegraph.com/studio/). Additionally it allows you to publish your subgraph
40+
to the decentralized network directly, making it available for indexing via
41+
[Graph Explorer](https://thegraph.com/explorer)
4042

4143
## Installation
4244

@@ -73,11 +75,14 @@ Use one of the following commands depending on your distribution:
7375

7476
## Getting Started
7577

76-
The Graph CLI can be used with a local or self-hosted [Graph Node](https://github.com/graphprotocol/graph-node) or with the
78+
The Graph CLI can be used with a local or self-hosted
79+
[Graph Node](https://github.com/graphprotocol/graph-node) or with the
7780
[Subgraph Studio](https://thegraph.com/studio/). To help you get going, there are
7881
[quick start guides](https://thegraph.com/docs/en/quick-start/) available for both.
7982

80-
Additionally, you can use Graph CLI to [publish](https://thegraph.com/docs/en/quick-start/#publishing-from-the-cli) your subgraph to the decentralized network directly.
83+
Additionally, you can use Graph CLI to
84+
[publish](https://thegraph.com/docs/en/quick-start/#publishing-from-the-cli) your subgraph to the
85+
decentralized network directly.
8186

8287
If you are ready to dive into the details of building a subgraph from scratch, there is a
8388
[detailed walkthrough](https://thegraph.com/docs/en/developing/creating-a-subgraph/) for that as

0 commit comments

Comments
 (0)