From be8d9dd252ae746731ddf672e9569f0c1898a8d4 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Mon, 13 Feb 2023 20:19:39 +0200 Subject: [PATCH] Fix typos (#847) --- CONTRIBUTING.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7bf149..6d9d1b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` diff --git a/README.md b/README.md index 7b04893..0094cb7 100644 --- a/README.md +++ b/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