Skip to content

Commit

Permalink
yesod: tweak main description (tldr-pages#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored May 1, 2017
1 parent 90f24d0 commit b893232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/common/yesod.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yesod

> A framework to develop Haskell web applications.
> All yesod commands are invoked through the `stack` project manager.
> Helper tool for Yesod, a Haskell-based web framework.
> All Yesod commands are invoked through the `stack` project manager.
- Create a new scaffolded site with sqlite as backend in `my-project` directory:
- Create a new scaffolded site, with sqlite as backend, in the "my-project" directory:

`stack new {{my-project}} {{yesod-sqlite}}`

Expand Down

0 comments on commit b893232

Please sign in to comment.