Skip to content

Commit d9f1e1f

Browse files
committed
Fix a typo in README.md
1 parent 8dac788 commit d9f1e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you are a beginner in JavaScript, we highly recommend [Wix Academy's Introduc
66
####[Basic JavaScript for the impatient programmer](http://www.2ality.com/2013/06/basic-javascript.html)
77
This blog post enables you to get started with JavaScript as quickly as possible – if you already know how to program. It describes the smallest subset of the language that allows you to be productive.
88

9-
####[JavaScript Design Pattersn / Addy Osmani](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
9+
####[JavaScript Design Patterns / Addy Osmani](http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
1010
In this book we will explore applying both classical and modern design patterns to the JavaScript programming language.
1111

1212
####[Eloquent JavaScript / Marijn Haverbeke](http://eloquentjavascript.net/)

0 commit comments

Comments
 (0)