mirror of
https://github.com/romanz/electrs.git
synced 2025-02-20 13:45:03 +01:00
Fix typos (#847)
This commit is contained in:
parent
d36e8b86a5
commit
be8d9dd252
2 changed files with 7 additions and 7 deletions
|
@ -67,7 +67,7 @@ PR authors may also find it useful to run the following script locally in order
|
|||
to check that their code satisfies all the requirements of the GitHub workflows and doesn't fail
|
||||
automated build.
|
||||
|
||||
You can run the following command from the root of the project:
|
||||
You can run the following command from the root of the project:
|
||||
```
|
||||
./contrib/testChanges.sh
|
||||
```
|
||||
|
|
12
README.md
12
README.md
|
@ -30,11 +30,11 @@ It's a bad idea to run it publicly as it'd expose you to DoS and maybe also othe
|
|||
If you want to run a public server you may be interested in the [Blockstream fork of electrs](https://github.com/Blockstream/electrs)
|
||||
which is better optimized for public usage at the cost of consuming *significantly* more resources.
|
||||
|
||||
* [Installation from source](doc/install.md)
|
||||
* [Pre-built binaries](doc/binaries.md) (No official binaries available but a beta repository is available for installation)
|
||||
* [Configuration](doc/config.md)
|
||||
* [Usage](doc/usage.md)
|
||||
* [Monitoring](doc/monitoring.md)
|
||||
* [Installation from source](doc/install.md)
|
||||
* [Pre-built binaries](doc/binaries.md) (No official binaries available but a beta repository is available for installation)
|
||||
* [Configuration](doc/config.md)
|
||||
* [Usage](doc/usage.md)
|
||||
* [Monitoring](doc/monitoring.md)
|
||||
* [Upgrading](doc/upgrading.md) - **contains information about important changes from older versions**
|
||||
|
||||
## Features
|
||||
|
@ -61,7 +61,7 @@ The database schema is described [here](doc/schema.md).
|
|||
|
||||
## Contributing
|
||||
|
||||
All contributions to this project are welcome. Please refer to the [Contributing Guildlines](CONTRIBUTING.md) for more details.
|
||||
All contributions to this project are welcome. Please refer to the [Contributing Guidelines](CONTRIBUTING.md) for more details.
|
||||
|
||||
## Logo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue