Minor doc fix (thanks Toby)

This commit is contained in:
Michael Snoyman 2013-12-24 14:52:50 +02:00
parent c4f58611cf
commit 98955ac161
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ getFileListPieces = flip evalStateT M.empty . flip go id
-- definitions would be created:
--
-- > style_css = StaticRoute ["style.css"] []
-- > js_script_js = StaticRoute ["js/script.js"] []
-- > js_script_js = StaticRoute ["js", "script.js"] []
--
-- Note that dots (@.@), dashes (@-@) and slashes (@\/@) are
-- replaced by underscores (@\_@) to create valid Haskell

View File

@ -1,5 +1,5 @@
name: yesod-static
version: 1.2.2
version: 1.2.2.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>