From a55639072e3b0f17cfe9fdf1e243c4dd61993731 Mon Sep 17 00:00:00 2001 From: TeBeCo Date: Sun, 12 Apr 2020 17:56:27 +0200 Subject: [PATCH] Align "project" and "name" nodes in 01_deploy.md of the default tye.yaml (#357) --- docs/tutorials/hello-tye/01_deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/hello-tye/01_deploy.md b/docs/tutorials/hello-tye/01_deploy.md index f44ab39f9..7999ea591 100644 --- a/docs/tutorials/hello-tye/01_deploy.md +++ b/docs/tutorials/hello-tye/01_deploy.md @@ -106,9 +106,9 @@ Tye has a optional configuration file (`tye.yaml`) to allow customizing settings name: microservice services: - name: frontend - project: frontend/frontend.csproj + project: frontend/frontend.csproj - name: backend - project: backend/backend.csproj + project: backend/backend.csproj ``` The top level scope (like the `name` node) is where global settings are applied.