From 1e5b8cff155268fb15e1114b7cc161ff7bae3968 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 9 May 2023 12:05:14 +0200 Subject: [PATCH] documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2083607..d09b239 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Create Secrets file for your API Key(s) ``` # for Bitpanda echo 'local API_TOKEN=YOUR_VERY_LOOOOOOONNNNGGGG_API_TOKEN_FROM_BITPANDA' >dabo/.bitpanda-secrets -chmot 400 dabo/.bitpanda-secrets +chmod 400 dabo/.bitpanda-secrets # or for Binance echo 'local API_SECRET="YOUR_LONG_API_SECRET_FROM_BINANCE"