mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-20 15:24:19 +01:00
fix typos
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# API Overview
|
# API Overview
|
||||||
|
|
||||||
- [Install](guide/install.md)
|
- [Installing](guide/install.md)
|
||||||
- [Getting Started](guide/getting_started.md)
|
- [Getting Started](guide/getting_started.md)
|
||||||
- [Lightning payments](guide/payments.md)
|
- [Lightning payments](guide/payments.md)
|
||||||
- [Receiving an on-chain transaction](guide/recieve_onchain.md)
|
- [Receiving an on-chain transaction](guide/recieve_onchain.md)
|
||||||
|
|||||||
1
src/guide/Installing.md
Normal file
1
src/guide/Installing.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Install
|
||||||
@@ -11,9 +11,9 @@ The Breez SDK provides the following services:
|
|||||||
|
|
||||||
Connecting to a node requires a seed (your master key) and credentials. The seed is a bip39 mnemonic and the credentials are retrieved by registering a new node or recovering an existing one.
|
Connecting to a node requires a seed (your master key) and credentials. The seed is a bip39 mnemonic and the credentials are retrieved by registering a new node or recovering an existing one.
|
||||||
|
|
||||||
## Installation
|
## Installing
|
||||||
|
|
||||||
Breez SDK is available in several platforms. Follow the [install](install.md) page to install on your platform.
|
Breez SDK is available in several platforms. Follow the [Installing](install.md) page for instructions on how to install on your platform.
|
||||||
|
|
||||||
## Registering a new node
|
## Registering a new node
|
||||||
```rust,no_run
|
```rust,no_run
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Install
|
# Installing
|
||||||
|
|
||||||
The Breez SDK is available in the following platforms:
|
The Breez SDK is available in the following platforms:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user