From e4ed2aeebf3042de44fc4624dd7563d99f5edb0e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 28 Jul 2021 22:13:05 +0200 Subject: [PATCH] docs: better wording --- cli/recipe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/recipe.go b/cli/recipe.go index 7c5289c9..bbf041f9 100644 --- a/cli/recipe.go +++ b/cli/recipe.go @@ -147,7 +147,7 @@ var RecipeCommand = &cli.Command{ Name: "recipe", Usage: "Manage app recipes", Description: ` -A recipe is a blueprint for a Co-op Cloud app. It is made up of two things: +A recipe is a blueprint for an app. It is made up of two things: - A libre software app (e.g. Nextcloud, Wordpress, Mastodon) - A package configuration which describes how to deploy and maintain it