chore(docs): Update repo name in examples readme (#443)
This commit is contained in:
parent
b3abdb9391
commit
fe2553cf97
|
@ -5,8 +5,8 @@ All of these example can be run at once:
|
||||||
With Yarn:
|
With Yarn:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/graphql-nexus/nexus.git
|
git clone https://github.com/graphql-nexus/schema.git
|
||||||
cd nexus
|
cd schema
|
||||||
yarn
|
yarn
|
||||||
yarn examples
|
yarn examples
|
||||||
```
|
```
|
||||||
|
@ -14,8 +14,8 @@ yarn examples
|
||||||
or NPM:
|
or NPM:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/graphql-nexus/nexus.git
|
git clone https://github.com/graphql-nexus/schema.git
|
||||||
cd nexus
|
cd schema
|
||||||
npm i
|
npm i
|
||||||
npm run examples
|
npm run examples
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue