From a61a0e49da2b98ebf6a8e90d01cec922fd8c0125 Mon Sep 17 00:00:00 2001 From: Nathan Duprey Date: Sun, 27 May 2012 16:08:51 -0400 Subject: [PATCH] Fixed typo in README.txt --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index fa2343d..3bb2eb8 100644 --- a/README.txt +++ b/README.txt @@ -2,4 +2,4 @@ Simple counter based on the 74191 up/down counter and 7447 BCD to 7 segment driver logic chips. -Input can be provided by 4 DIP switches, a load button, and a clock button. It would not take much work at all to add a 555 timer in order to ngenerate clock pulses for the 74191. The clock button has no debouncing, so the counter may increment more that one number when pushed. \ No newline at end of file +Input can be provided by 4 DIP switches, a load button, and a clock button. It would not take much work at all to add a 555 timer in order to ngenerate clock pulses for the 74191. The clock button has no debouncing, so the counter may increment more than one number when pushed. \ No newline at end of file