Skip to content

Commit

Permalink
Merge pull request #3 from yamadapc/master
Browse files Browse the repository at this point in the history
Fix the example in the README
  • Loading branch information
Dan committed Dec 22, 2014
2 parents dd47f97 + 82fc132 commit d3cf5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ import Web.Scotty.Hastache

main :: IO ()
main = scottyH' 3000 $ do
templates "templates"
setTemplatesDir "templates"
-- ^ Setting up the director with templates
get "/:word" $ do
beam <- param "word"
Expand Down

0 comments on commit d3cf5de

Please sign in to comment.