Updated LearnConcurrency (markdown)
diff --git a/LearnConcurrency.md b/LearnConcurrency.md
index 5ac1bec..82cc20d 100644
--- a/LearnConcurrency.md
+++ b/LearnConcurrency.md
@@ -27,6 +27,7 @@
 - Read [Go Concurrency Patterns: Pipelines and Cancellation](http://blog.golang.org/pipelines)
 - Study [Package sync](https://golang.org/pkg/sync/)
 - Read [Introducing the Go Race Detector](http://blog.golang.org/race-detector)
+- Watch [Go: code that grows with grace](http://talks.golang.org/2012/chat.slide#1)
 
 ## Advanced
 - Watch [Advanced Go Concurrency Patterns](http://talks.golang.org/2013/advconc.slide#1)