Updated Learn (markdown)
diff --git a/Learn.md b/Learn.md
index ec6481e..06431f6 100644
--- a/Learn.md
+++ b/Learn.md
@@ -2,6 +2,8 @@
 
   * [Go By Example](http://gobyexample.com/) provides a series of annotated code snippets.
   * [Learn Go in Y minutes](http://learnxinyminutes.com/docs/go/) is a top-to-bottom walkthrough of the language.
+
+Learning resources for specific topics:
   * [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model and patterns.
   * [LearnErrorHandling](/golang/go/wiki/LearnErrorHandling) links to resources about error handling in Go.
   * [LearnTesting](/golang/go/wiki/LearnTesting) links to resources about testing in Go.