From 80319b980d8618a6fd9b8af4eaee87e1a93a1c07 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Sun, 14 Aug 2011 14:41:58 -0700 Subject: [PATCH] typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4d0765fdf..7bc0c126b 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ program console.log('you ordered a pizza with:'); if (program.peppers) console.log(' - peppers'); -if (program.pineappe) console.log(' - pineappe'); +if (program.pineapple) console.log(' - pineappe'); if (program.bbq) console.log(' - bbq'); console.log(' - %s cheese', program.cheese || 'marble'); ```