From 1ba34da103cd7c43153eb323d242ca502eb4db0f Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Wed, 26 Dec 2018 16:43:48 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acb1438..8ebd2b5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Process: - Copy the content into the structure as [wordpress.json](https://github.com/githubsaturn/testing-v1-one-click-apps/blob/master/one-click-apps/v1/wordpress.json) - Variables are prefixed with `$$cap` -- There is one special variable called `$$cap_appname$$` which exists for all oneclick apps +- There is one special variable called `$$cap_appname` which exists for all oneclick apps - Varibles can be anywhere in the JSON and they will be replaced by what user enters - Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`. - Other than `image`, `environment`, `ports`, `volumes`, `depends_on`, other parameters are ignored. Make sure they are not important.