website/tutorial: fix GraphQL tutorial (#1680)

This commit is contained in:
Yuya Sumie
2021-07-03 14:19:36 +09:00
committed by GitHub
parent 1e90c51eb5
commit d1c44ef0cb
2 changed files with 2 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ server, you can clone the repository and checkout `v0.1.0` as follows:
```console
git clone git@github.com:a8m/ent-graphql-example.git
cd ent-graphql-example
git checkout v0.1.0
cd ent-graphql-example
go run ./cmd/todo/
```