fix typos

This commit is contained in:
Roei Erez
2023-05-07 18:51:18 +03:00
parent 8efe8b9e42
commit 0131682b1f
4 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# API Overview
- [Install](guide/install.md)
- [Installing](guide/install.md)
- [Getting Started](guide/getting_started.md)
- [Lightning payments](guide/payments.md)
- [Receiving an on-chain transaction](guide/recieve_onchain.md)

1
src/guide/Installing.md Normal file
View File

@@ -0,0 +1 @@
# Install

View File

@@ -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.
## 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
```rust,no_run

View File

@@ -1,4 +1,4 @@
# Install
# Installing
The Breez SDK is available in the following platforms: