From 2bf95a766037bf45ae01d0a2c19552c6dad8397b Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:57:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b702e9d..5c8424c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ OpenAPI documentation is generated on every instance at ```/docs```. It ## API Key Security -X-API-KEY header serves as authorization method for accessing the API. Anyone that knows the API url and API_SECRET can access your funds, so make sure to protect this secret and to generate a unique and long string. You can use generators like [this](https://1password.com/password-generator) or this(https://www.uuidgenerator.net/). +X-API-KEY header serves as authorization method for accessing the API. Anyone that knows the API url and API_SECRET can access your funds, so make sure to protect this secret and to generate a unique and long string. You can use generators like [this](https://1password.com/password-generator) or [this](https://www.uuidgenerator.net/). ## Deployment options - [fly.io](./fly/README.md) - deploy fly.io app on their free tier hosting -- [self hosted](./fly/DEV.md) - deploy anywhere you want with a simple docker deployment \ No newline at end of file +- [self hosted](./fly/DEV.md) - deploy anywhere you want with a simple docker deployment