From 1c3e83a02b34bf5671c9790ca6248e795272641c Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 15 Apr 2020 15:19:33 -0700 Subject: [PATCH] Add registry name to redis yaml (#370) --- docs/tutorials/hello-tye/02_add_redis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/hello-tye/02_add_redis.md b/docs/tutorials/hello-tye/02_add_redis.md index c74f8f60..89e68988 100644 --- a/docs/tutorials/hello-tye/02_add_redis.md +++ b/docs/tutorials/hello-tye/02_add_redis.md @@ -77,6 +77,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r ```yaml name: microservice + registry: services: - name: backend project: backend\backend.csproj