From 6054deb5b36442fe5f0be50aca73ea1b2b5e5c6c Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Tue, 1 Nov 2016 07:40:33 -0400 Subject: [PATCH] Typo: 'teh' instead of 'the' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3f0fbd..3f0a135 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The presentation has the following sections: * [Convention - Callback Last](https://github.com/stdarg/Node20Min/tree/master/03_Convention_Callback) - an explanation of the covention around placing the callback last. * [Nested Callback](https://github.com/stdarg/Node20Min/tree/master/04_Nested_Callbacks) - - dicussion around teh issue of nested callbacks and flow control. + dicussion around the issue of nested callbacks and flow control. * [Streams](https://github.com/stdarg/Node20Min/tree/master/05_Streams) - brief explanation of streams with an example of reading from a stream. * [Cluster](https://github.com/stdarg/Node20Min/tree/master/06_Cluster) -