diff --git a/Getting-started.md b/Getting-started.md index 406e6a1..4a07a5e 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -91,9 +91,7 @@ func main() { ``` -![overview screen](https://github.com/kataras/build-a-better-web-together/raw/master/overview_screen_1.png) - -> Wanna re-start your app automatically when source code changes happens? Install the [rizla](https://github.com/kataras/rizla) tool and execute `rizla main.go` instead of `go run main.go`. +> Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`. ----------------