Skip to content

Commit f5278ef

Browse files
authored
fix: request-subgraph-storage README default SUBGRAPH_NAME (#27)
1 parent d827c62 commit f5278ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request-subgraph-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ subgraph data
99
ENV SUBGRAPH_REPO= # defaults to https://github.com/RequestNetwork/storage-subgraph.git
1010
ENV SUBGRAPH_BRANCH= # defaults to main
1111
ENV SUBGRAPH_FILE= # no default, typically subgraph-<chain>.yaml for above repo
12-
ENV SUBGRAPH_NAME= # defaults to request-network/request-storage
12+
ENV SUBGRAPH_NAME= # defaults to RequestNetwork/request-storage
1313
```
1414

1515
graph-node / ipfs

0 commit comments

Comments
 (0)