From 02c080328cdc03d6dc2fd1ec646ba45d54320d99 Mon Sep 17 00:00:00 2001 From: TeBeCo Date: Sun, 12 Apr 2020 17:20:15 +0200 Subject: [PATCH] Align "project" and "name" nodes in 01_deploy.md of the default tye.yaml --- 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.