From 5c10de2b06ecf666db15e4d6ced1417237c148d8 Mon Sep 17 00:00:00 2001 From: Lyndon Maydwell Date: Thu, 11 Jul 2024 09:07:13 +1000 Subject: [PATCH] Removing invalid ddn-staging: Rename to ddn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366688b..77a9cfd 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ if there is a public readonly instance of Hasura available for use. Track the associated commands (functions/procedures) in your supergraph: ```sh -ddn-staging connector-link update graphql --subgraph app/subgraph.yaml --env-file app/.env.app.local --add-all-resources +ddn connector-link update graphql --subgraph app/subgraph.yaml --env-file app/.env.app.local --add-all-resources ``` If you just need to update your existing connector you can run the update command again.