summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorjibe-b <[email protected]>2019-07-21 14:09:16 +0200
committerKasra Bigdeli <[email protected]>2019-07-21 08:09:16 -0400
commit2950b5111611384b1d619845c8ed61351de1eee5 (patch)
tree69f79ccbb3eb76e2db1bd0aba10abedb33a18e7c /README.md
parent2b3c03b915d6400ba65ac58ab2617be11d0dece4 (diff)
downloadcaprover-one-click-apps-2950b5111611384b1d619845c8ed61351de1eee5.tar.gz
caprover-one-click-apps-2950b5111611384b1d619845c8ed61351de1eee5.zip
Minor typo (#78)
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 a3c5e3e..5d42cd4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Process:
- Copy the content into the one click ap structure. See this for the reference: [wordpress.json](https://github.com/caprover/one-click-apps/blob/master/public/v1/apps/wordpress.json)
- Variables are prefixed with `$$cap`
- 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
+- Variables 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.
- Instead of image in a service, you can use `dockerfileLines` which is an array of strings.