From cd4d7c0e340789bd001e5e9eae0e3c5bb7c7f7f1 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Tue, 18 Jan 2022 00:00:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f33c6..ed45577 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ All the examples are structured like below: # Usage -A nice way to get the most out of these examples, in my opinion, is to read them chronologically, and for every example: +A nice way to get the most out of these examples, in my opinion, is to read them in sequential order, and for every example: - Carefully read the initial code for setting up the example. If you're an experienced Python programmer, you'll successfully anticipate what's going to happen next most of the time. - Read the output snippets and, + Check if the outputs are the same as you'd expect.