Updated LearnServerProgramming (markdown)
diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md
index 217e0cb..9e74b0c 100644
--- a/LearnServerProgramming.md
+++ b/LearnServerProgramming.md
@@ -3,6 +3,7 @@
 ## Getting Started
 
 - Code [A Tour of Go: Web Servers](http://tour.golang.org/methods/13) and [HTTP Handlers](http://tour.golang.org/methods/14)
+- Read [Writing Web Applications](http://golang.org/doc/articles/wiki/)
 - [LearnConcurrency](/golang/go/wiki/LearnConcurrency) outlines a course of study of Go's concurrency model, including techniques that are useful in server programming.
 
 ## Communication