Fix package name: "http/template" -> "html/template"
diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md
index d98a138..928e3d1 100644
--- a/LearnServerProgramming.md
+++ b/LearnServerProgramming.md
@@ -17,7 +17,7 @@
## Presentation
- [Package text/template](http://golang.org/pkg/text/template) implements data-driven templates for generating textual output.
-- [Package http/template](http://golang.org/pkg/html/template) implements data-driven templates for generating HTML output safe against code injection.
+- [Package html/template](http://golang.org/pkg/html/template) implements data-driven templates for generating HTML output safe against code injection.
## Profiling and Performance