From fc7dcfc3b3e6c3ae703fce0beabd419448ee08f8 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Feb 2013 08:21:06 +0200 Subject: [PATCH] Possible typo in readme (#506) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e71c7c..5098481a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Isolating an entire project with a virtual machine is also a great idea, you jus cabal-dev creates a sandboxed environment for an individual cabal package. Instead of using the `cabal` command, use the `cabal-dev` command which will use the sandbox. -Use `yesod-devel --dev` when developing your application. +Use `yesod devel --dev` when developing your application.