From 256f12b68e129f08cdbccc05bfa2956f95be0898 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:36:41 -0400 Subject: [PATCH] fix: typo in development process documentation Corrected the typo "features" in the development process section of the documentation. Changed "eg, because it builds on a *features* not supported in Core;" to "e.g., because it builds on a *feature* not supported in Core;". Github-Pull: knots#84 Rebased-From: e2baedcee1d409de18f511fb78fd8541d391633c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abb51b9230..cf1fb8a2c4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Development generally takes place as part of [Bitcoin Core](https://github.com/b Knots for each release. Even if your pull request to Core is closed, or if your feature is not -suitable for Core (eg, because it builds on a features not supported in Core; +suitable for Core (eg, because it builds on a feature not supported in Core; relies on centralised services; etc), it may still be eligible for inclusion in Bitcoin Knots. In this case, a pull request may be opened on the [Knots GitHub](https://github.com/bitcoinknots/bitcoin) for review and consideration.