From 44129a7f2e43fbd0191927f20a124279a21d8978 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 27 May 2025 19:37:44 +0200 Subject: [PATCH] docs --- README.md | 4 ++-- fly/README.md | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 419946a..a24812f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Breez Payments Rest Api -Breez Payments Rest API is a REST API on top of [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid) build with fastapi. It enables integrations like [breez-woocommerce](https://github.com/breez/breez-woocommerce). +# Breez Payments REST API +Breez Payments Rest API is a REST API on top of [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid) build with fastapi. It enables integrations like [breez-woocommerce](https://github.com/breez/breez-woocommerce). It is built to be easily deployable anywhere, with support for providers with free tier like [fly.io](./fly/README.md). ## Options diff --git a/fly/README.md b/fly/README.md index fafd0b5..ef907ad 100644 --- a/fly/README.md +++ b/fly/README.md @@ -1,7 +1,5 @@ -# Breez Payments Rest Api - -A FastAPI implementation of the [Breez Nodeless SDK](https://github.com/breez/breez-sdk-liquid). This service provides a REST API for sending and receiving payments via the Lightning Network running on [fly.io](https://fly.io). - +## Deployment to fly.io +This document explains deploying breez payments api to fly.io ## Prerequisites