From 1f3a41885223670fc35a5ae7dbfc8aa8c595f263 Mon Sep 17 00:00:00 2001 From: 0xabhisek <128348758+0xabhisek@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:01:15 +0530 Subject: [PATCH] fixing a typo Hyperledger was written as "Hyper Ledger" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb3739..3cfd9ff 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A blockchain exists out of blocks of data. These blocks of data are stored on no # What are the various types of Blockchains? * Public - A public blockchain is a non-restrictive, permission-less distributed ledger system. (e.g. Bitcoin, Ethereum,..) -* Private - A private blockchain is a restrictive or permission blockchain operative only in a closed network. (e.g. Hyper Ledger, Corda,...) +* Private - A private blockchain is a restrictive or permission blockchain operative only in a closed network. (e.g. Hyperledger, Corda,...) * Consortium - A consortium blockchain is a semi-decentralized type where more than one organization manages a blockchain network. (e.g. Energy Web Foundation, R3,..) * Hybrid - A hybrid blockchain is a combination of the private and public blockchain. It uses the features of both types of blockchains that is one can have a private permission-based system as well as a public permission-less system. (e.g. Dragonchain,..)