Skip to content

Commit

Permalink
Fix example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imalsogreg committed Jul 12, 2019
1 parent 6245025 commit 5ed9016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ app = makeSnaplet "app" "standard example app" Nothing $ do
return $ App h s d a
main :: IO ()
main = httpServe defaultConfig app
main = serveSnaplet defaultConfig app
```

0 comments on commit 5ed9016

Please sign in to comment.