From 35819e7234768146aa84cfb1e429c43dea3fa5ad Mon Sep 17 00:00:00 2001 From: Bulat Nasrulin Date: Mon, 23 Nov 2020 09:24:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e842de..c6a8cb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The notebooks are built as experiments with a discrete simulation SimPy that all ## Topics covered -* [Distributed systems](https://github.com/grimadas/BlockchainEngineering/blob/master/01_Intro_To_Distribtued_Systems.ipynb). Overlays and communication network. Introduction to simulation framework +* [Distributed systems](https://github.com/grimadas/BlockchainEngineering/blob/master/01_Intro_To_Distributed_Systems.ipynb). Overlays and communication network. Introduction to simulation framework * [Gossip](https://github.com/grimadas/BlockchainEngineering/blob/master/02_Gossip_Services.ipynb). Convergence of the transactions, information * [Faults](https://github.com/grimadas/BlockchainEngineering/blob/master/03_Faults.ipynb) in distributed systems: crashes and disruptions * [Malicious](https://github.com/grimadas/BlockchainEngineering/blob/master/04_Byzantine.ipynb) nodes, adversary model