Skip to content

Commit

Permalink
fix(docs): realign indentation of code and comments
Browse files Browse the repository at this point in the history
Seems something went wrong the last time 馃し
  • Loading branch information
thomasheartman committed Dec 22, 2021
1 parent 1203459 commit b83a45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/how-to/how-to-use-custom-strategies.md
Expand Up @@ -120,9 +120,9 @@ Strategies are stored in separate JavaScript files and loaded into the container
-e UNLEASH_PROXY_SECRETS=some-secret \
-e UNLEASH_URL='http://unleash:4242/api/' \
-e UNLEASH_API_TOKEN=${API_TOKEN} \
# highlight-start
# highlight-start
-e UNLEASH_CUSTOM_STRATEGIES_FILE=/strategies/timestamp.js \
--mount type=bind,source="$(pwd)"/strategies,target=/strategies \
# highlight-end
# highlight-end
-p 3000:3000 --network unleash unleashorg/unleash-proxy
```

0 comments on commit b83a45f

Please sign in to comment.