From 6fc3ffe3702e5bf44c6b7ac80810a11ad972972c Mon Sep 17 00:00:00 2001 From: TomTriple Date: Fri, 9 Jun 2023 18:33:02 +0200 Subject: [PATCH] link to updated g8 template (#2133) --- docs/setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index f570b0d47e..d69fd8e387 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -18,12 +18,12 @@ To use zio-http, add the following dependencies in your project: libraryDependencies += "dev.zio" %% "zio-http" % "@VERSION@" ``` -## Using Dream11's g8 template +## Using our g8 template -Run the following command on your terminal to set up a ZIO-HTTP project using the provided g8 template: +Run the following command on your terminal to set up a ZIO Http project using the provided g8 template: ```shell -sbt new dream11/zio-http.g8 +sbt new zio/zio-http.g8 ``` ### Includes @@ -37,7 +37,7 @@ sbt new dream11/zio-http.g8 ## Efficient development process -The dependencies in the Dream11 g8 template were added to enable an efficient development process. +The dependencies in the g8 template were added to enable an efficient development process. ### sbt-revolver "hot-reload" changes