chore(docs): Update repo name in examples readme (#443)

This commit is contained in:
Matthew Leffler 2020-06-03 14:28:49 -06:00 committed by GitHub
parent b3abdb9391
commit fe2553cf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
``` ```