fix random things i encountered while scrolling READMEs (#309)

This commit is contained in:
Antoni Spaanderman 2022-03-17 19:37:51 +01:00 committed by GitHub
parent 976ebd3340
commit f0f1a6f088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Relay
**Relay** is a Node.js wrapper around [LND](https://github.com/lightningnetwork/lnd), handling connectivity and storage for [**Sphinx**](https://sphinx.chat). Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the ** Sphinx** app itself.
**Relay** is a Node.js wrapper around [LND](https://github.com/lightningnetwork/lnd), handling connectivity and storage for [**Sphinx**](https://sphinx.chat). Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the **Sphinx** app itself.
![Relay](https://github.com/stakwork/sphinx-relay/raw/master/public/relay.jpg)
@ -106,7 +106,7 @@ If you have a permanent public IP on your internet connection and you want your
If you plan to use your Sphinx clients within the local network, then you do not have to do anything special.
If you are using the Docker file, the port is `3300` ([1](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L32))
If you are using the Docker file, the port is `3300` ([1](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L31), [2](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L35))
## Deployment

View file

@ -447,4 +447,4 @@ $ sudo systemctl start sphinx-relay
`journalctl -u sphinx-relay -f`
[Back to README](https://github.com/dimaatmelodromru/sphinx-relay/tree/docs-edit#connecting-a-mobile-client)
[Back to README](https://github.com/stakwork/sphinx-relay/blob/master/README.md)

View file

@ -1,6 +1,6 @@
# Deployment to Raspiblitz
This guide is focused on installing Sphinx-relay on top of **_raspiblitz_**. Information about myNode can be found at: https://raspiblitz.com/.
This guide is focused on installing Sphinx-relay on top of **_raspiblitz_**. Information about raspiblitz can be found at: https://raspiblitz.com/.
### Preparations