From 15db7eada6b1297777cd26ca5a63e33984ecdb78 Mon Sep 17 00:00:00 2001 From: John Washam Date: Mon, 10 Oct 2016 16:22:19 -0700 Subject: [PATCH] Added a minor note. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 359991e..24d421d 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ You can see my code here: You don't need to memorize the guts of every algorithm. -Write code on a whiteboard, not a computer. Test with some sample inputs. Then test it out on a computer. +Write code on a whiteboard or paper, not a computer. Test with some sample inputs. Then test it out on a computer. ## Prerequisite Knowledge