From b893232f48111c8c449eb68b70425ac63b2f6b63 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 1 May 2017 20:11:23 +0100 Subject: [PATCH] yesod: tweak main description (#1362) --- pages/common/yesod.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/yesod.md b/pages/common/yesod.md index 7577957a5..b3cb5fc22 100644 --- a/pages/common/yesod.md +++ b/pages/common/yesod.md @@ -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}}`