From 55588d47f48940a608b8eb42f4e1b6d22b7c96bc Mon Sep 17 00:00:00 2001 From: drendog adrenoid <53359960+drendog@users.noreply.github.com> Date: Mon, 8 Jun 2020 05:20:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b28c8b..2a1c13d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Logic Circuit Simulator -A logic circuit simulator made with [p5.js library](https://github.com/processing/p5.js), useful for educational use. It can be used for simulate combinational and sequential circuits. +A logic circuit simulator made with [p5.js library](https://github.com/processing/p5.js), useful for educational use. It can be used to simulate combinational and sequential circuits. ### Demo live A live version is available [here](https://drendog.github.io/Logic-Circuit-Simulator/).