From 58fd859742b99df995019c2845b2837db52c24ee Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Tue, 19 Apr 2022 00:25:21 +0000 Subject: [PATCH] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7784e..bc59590 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # This a simple and basic blockchain using GO Lang ! ### TODO -- **Networking** : So far this is a blockchain running only in a signle node , I'll try to add networking parts where different nodes can contribute new blocks ! +- **Networking** : So far this is a blockchain running only in a single node , I'll try to add networking part where different nodes can contribute new blocks. - **Proof of Work** : I'll try to implement PoW Algorithm. - **Proof of Stake** : I'll try to implement PoS Algorithm. - **Peer-to-Peer** : I'll try to make the blockchain P2P.