From f308b269a449d4891af178a1b46d2a0f5c5f5efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=89=E7=86=99?= Date: Thu, 5 Jan 2017 17:37:56 +0800 Subject: [PATCH 1/2] add the chinese guides link --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 40854bb2f0..09b93ed66a 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Meredith Underell's](http://blog.meredithunderell.com/tag/javascript30/) Quick Lessons Learned * [Rowan Weismiller's](http://rowanweismiller.com/blog/javascript-30/) Recaps + Lessons Learned * [Thorsten Frommen](https://tfrommen.de/tag/javascript-30/) shares how he solved the exercises before viewing the answers +* [Soyaine's Text Guides in chinese](https://github.com/soyaine/JavaScript30) ## A note on Pull Requests From 2a1ce0d8127783d25a36d7b091dc51fdde02fcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=89=E7=86=99?= Date: Thu, 5 Jan 2017 22:34:50 +0800 Subject: [PATCH 2/2] add the Chinese description --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 09b93ed66a..0e5d12579a 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Feel free to submit a PR adding a link to your own recaps, guides or reviews! * [Meredith Underell's](http://blog.meredithunderell.com/tag/javascript30/) Quick Lessons Learned * [Rowan Weismiller's](http://rowanweismiller.com/blog/javascript-30/) Recaps + Lessons Learned * [Thorsten Frommen](https://tfrommen.de/tag/javascript-30/) shares how he solved the exercises before viewing the answers -* [Soyaine's Text Guides in chinese](https://github.com/soyaine/JavaScript30) +* [Soyaine 写的中文指南](https://github.com/soyaine/JavaScript30)包含了过程记录和难点解释 ## A note on Pull Requests