From 1a4186210ad4c6ca6a882b4ae3043291d86e751f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 10 Jan 2025 18:36:18 +0100 Subject: [PATCH] docs: wording --- docs/intro/strategy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro/strategy.md b/docs/intro/strategy.md index 4c006a2..0b2624e 100644 --- a/docs/intro/strategy.md +++ b/docs/intro/strategy.md @@ -32,9 +32,9 @@ _Co-op Cloud_ is made up of a few simple, composable pieces. The system does not ``` mermaid graph LR - A[Libre Software\n Apps] --> B{Recipe Packaging}; - B --> C[CLI Tool]; - C --> D[Container\n Orchestrator]; + A[Libre software apps] --> B{Recipe packaging}; + B --> C[Command-line tool]; + C --> D[Container orchestrator]; ``` Once you [grok](https://en.wikipedia.org/wiki/Grok) this, you grok the moving parts of the entire project. You can then move on to [deploying your first app](/operators/tutorial/#deploy-your-first-app).