aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2021-07-21 16:39:07 +0000
committergabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2021-07-21 16:39:07 +0000
commitf2ab727ec6274274392e4e69cf30d8ed379da33e (patch)
treed9bfdddbbfe14a08a1766cf89b6dee829ce6778b
parentbe1e3856f56286afd454f1349cb48df1e26e5585 (diff)
downloadreddit-nextcloud-importer-f2ab727ec6274274392e4e69cf30d8ed379da33e.tar.gz
reddit-nextcloud-importer-f2ab727ec6274274392e4e69cf30d8ed379da33e.tar.bz2
reddit-nextcloud-importer-f2ab727ec6274274392e4e69cf30d8ed379da33e.zip
ref: Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b86cf56..42f5f13 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ To run as docker you need to pass all the environment variables listed above:
```BASH
docker run -d --rm \
-e CLIENT_ID=$CLIENT_ID \
- -e CLIENT_SECRETE=$CLIENT_SECRET \
+ -e CLIENT_SECRET=$CLIENT_SECRET \
-e REDDIT_USERNAME=$REDDIT_USERNAME \
-e REDDIT_PASSWORD=$REDDIT_PASSWORD \
-e NEXTCLOUD_HOST=$REDDIT_HOST \