1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Fix typos (#847)

This commit is contained in:
Dimitris Apostolou 2023-02-13 20:19:39 +02:00 committed by GitHub
parent d36e8b86a5
commit be8d9dd252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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 to check that their code satisfies all the requirements of the GitHub workflows and doesn't fail
automated build. 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 ./contrib/testChanges.sh
``` ```

View File

@ -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) 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. which is better optimized for public usage at the cost of consuming *significantly* more resources.
* [Installation from source](doc/install.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) * [Pre-built binaries](doc/binaries.md) (No official binaries available but a beta repository is available for installation)
* [Configuration](doc/config.md) * [Configuration](doc/config.md)
* [Usage](doc/usage.md) * [Usage](doc/usage.md)
* [Monitoring](doc/monitoring.md) * [Monitoring](doc/monitoring.md)
* [Upgrading](doc/upgrading.md) - **contains information about important changes from older versions** * [Upgrading](doc/upgrading.md) - **contains information about important changes from older versions**
## Features ## Features
@ -61,7 +61,7 @@ The database schema is described [here](doc/schema.md).
## Contributing ## 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 ## Logo