Skip to content

Commit 017bd73

Browse files
committed
Use LndHub and LNDhub.go consistently
There are various spelling of LndHub used accross the documentation. Let's use LndHub for the original version and LNDhub.go for the rewrite.
1 parent 8959601 commit 017bd73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Alternatively you can also use the [Alby simnetwork](https://github.com/getAlby/
7575

7676
## Database
7777

78-
LndHub.go requires a PostgreSQL database backend.
78+
LNDhub.go requires a PostgreSQL database backend.
7979

8080
## Prometheus
8181

notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Rebuilding LndHub
22

3-
Goal of this project is to build a simple accounting system with a [LNDHub](https://github.com/BlueWallet/LndHub) compatible API that focusses on simplicity, maintainability and ease of deployment.
3+
Goal of this project is to build a simple accounting system with a [LndHub](https://github.com/BlueWallet/LndHub) compatible API that focusses on simplicity, maintainability and ease of deployment.
44

5-
[LNDHub](https://github.com/BlueWallet/LndHub) is a simple accounting system for LND. It allows users to send and receive lightning payments. Through the API people can access funds through a shared lightning node. (see overview.png diagram)
5+
[LndHub](https://github.com/BlueWallet/LndHub) is a simple accounting system for LND. It allows users to send and receive lightning payments. Through the API people can access funds through a shared lightning node. (see overview.png diagram)
66

77
Some design goals:
88

@@ -17,7 +17,7 @@ Some design goals:
1717

1818
### API endpoints
1919

20-
See [LNDHub API](https://github.com/BlueWallet/LndHub/blob/master/controllers/api.js) for enpoints and request/response signatures.
20+
See [LndHub API](https://github.com/BlueWallet/LndHub/blob/master/controllers/api.js) for enpoints and request/response signatures.
2121

2222
#### /create
2323
Create a new user account
@@ -59,4 +59,4 @@ Node information
5959

6060
### Links
6161

62-
* [LNDHub](https://github.com/BlueWallet/LndHub) - Current nodejs implementation
62+
* [LndHub](https://github.com/BlueWallet/LndHub) - Current nodejs implementation

0 commit comments

Comments
 (0)