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