From 8019ed9562f0b2fe3014fd5b5628b86a0d408d7f Mon Sep 17 00:00:00 2001 From: Abit Date: Sun, 1 Oct 2023 12:13:48 +0200 Subject: [PATCH] Fix typos Thanks to https://github.com/omahs for https://github.com/bitshares/bitshares-core/pull/2784 --- libraries/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/README.md b/libraries/README.md index 06f7fc9b8a..065066e680 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -1,8 +1,8 @@ # BitShares Libraries -The libraries are the core of the project and defines everything where applications can build on top. +The libraries are the core of the project and define everything where applications can build on top. -A **graphene** blockchain software will use the `app` library to define what the application will do, what services it will offer. The blockchain is defined by the `chain` library and include all the objects, types, operations, protocols that builds current consensus blockchain. The lowest level in memory database of Bitshares is developed at the `db` library. The `fc` is a helper module broadly used in the libraries code, `egenesis` will help with the genesis file, `plugins` will be loaded optionally to the application. Wallet software like the cli_wallet will benefit from the `wallet` library. +A **graphene** blockchain software will use the `app` library to define what the application will do, what services it will offer. The blockchain is defined by the `chain` library and includes all the objects, types, operations, protocols that build current consensus blockchain. The lowest level in memory database of Bitshares is developed at the `db` library. The `fc` is a helper module broadly used in the libraries code, `egenesis` will help with the genesis file, `plugins` will be loaded optionally to the application. Wallet software like the cli_wallet will benefit from the `wallet` library. Code in libraries is the most important part of **bitshares-core** project and it is maintained by the Bitshares Core Team and contributors. # Available Libraries