summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2018-12-26 16:43:48 -0800
committerGitHub <[email protected]>2018-12-26 16:43:48 -0800
commit1ba34da103cd7c43153eb323d242ca502eb4db0f (patch)
tree5d2b6e8d5eecbd7cb8c6cc334286ef4dc483749a /README.md
parenta2b3d6b5bcff955cdec1fe2ee58f1ac965a698d2 (diff)
downloadcaprover-one-click-apps-1ba34da103cd7c43153eb323d242ca502eb4db0f.tar.gz
caprover-one-click-apps-1ba34da103cd7c43153eb323d242ca502eb4db0f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.