From 77a1be57f8b5ae035130c80d06d280468e383926 Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Fri, 22 Jan 2021 16:34:26 -0800 Subject: [PATCH] Fixed README typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56a78d..1380bf8 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ strategy.capacity(read_fraction=0.75) # 1333 Nodes might also process reads and writes at different speeds. We can specify the peak read and write throughput of every node separately. Here, we assume -reads are ten times as fast as reads. +reads are ten times as fast as writes. ```python a = Node('a', write_capacity=1000, read_capacity=10000)