Skip to content

Commit

Permalink
link to updated g8 template (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTriple authored Jun 9, 2023
1 parent babadce commit 6fc3ffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 6fc3ffe

Please sign in to comment.