소스 검색

yesod: tweak main description (#1362)

Waldir Pimenta 7 년 전
부모
커밋
b893232f48
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/common/yesod.md

+ 3 - 3
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}}`