From 67ddc148a96243d82eeefb562f6242101bd776a5 Mon Sep 17 00:00:00 2001 From: Gonzalo Serrano Date: Sun, 24 May 2020 22:44:17 +0200 Subject: [PATCH] fix: go get in start doc (#68) --- docs/website/docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/start.md b/docs/website/docs/start.md index f8c5ab0..8db75d6 100644 --- a/docs/website/docs/start.md +++ b/docs/website/docs/start.md @@ -10,7 +10,7 @@ You can then add your database schema to the migrations, maybe create some seed ```bash # Download and install Super Graph. You will need Go 1.14 or above -go get https://github.com/dosco/super-graph +go get github.com/dosco/super-graph ``` And then create and launch your new app