From d9194c6fb470d52e97e05b91097e5b4e778534ba Mon Sep 17 00:00:00 2001 From: Vicary A Date: Sat, 13 Apr 2024 12:43:38 +0800 Subject: [PATCH] chore(docs): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf4c00..823ea2f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ await dev(import.meta.url, "./main.ts"); ## Usage 1. Run `deno task start` -1. Visit `http://localhost:3000/graphql` for an GraphiQL interface. +1. Visit `http://localhost:8000/graphql` for an GraphiQL interface. ### Entrypoint