diff --git a/happs-tutorial.cabal b/happs-tutorial.cabal
--- a/happs-tutorial.cabal
+++ b/happs-tutorial.cabal
@@ -1,5 +1,5 @@
 Name:                happs-tutorial
-Version:             0.5.0
+Version:             0.5.1
 Synopsis:            A HAppS Tutorial that is is own demo
 Description:         A nice way to learn how to build web sites with HAppS
 
diff --git a/src/Controller.hs b/src/Controller.hs
--- a/src/Controller.hs
+++ b/src/Controller.hs
@@ -107,7 +107,7 @@
 
 staticfiles = [ staticserve "static"
                 , staticserve "userdata"
-                , browsedirHS "projectroot" "."
+                , browsedir "projectroot" "."
                 , browsedirHS "templates" "templates"
                 , browsedirHS "src" "src" 
               ] 
