From c863fcf3f54aaac377811e43fd09227c3db6fa2d Mon Sep 17 00:00:00 2001 From: Konarak Date: Sun, 5 Dec 2021 10:54:00 +0530 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8610fe..4efbd2c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Trying to build a modern computer from first principles. If you want to try it visit: [From Nand to Tetris](https://www.nand2tetris.org) (: ## Nand Numbers: -Use [this script](https://gist.github.com/gaurishg/b788d4c13cbc02b324270e9b55f5d74d) to count how many gates you made. I modified it to print markdown tables so I can share them here: +Use [this script](https://gist.github.com/gaurishg/b788d4c13cbc02b324270e9b55f5d74d) to count how many Nand gates did your chips require. I modified it to print markdown tables so I can share them here: - [Project 01: Boolean Logic](stats-01.md) - [Project 02: Boolean Arithmatic](stats-02.md)