Skip to content

Commit

Permalink
Re-worded.
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Feb 18, 2011
1 parent d7d45de commit 878cbea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions templates/docs/quickstart.md
Expand Up @@ -32,11 +32,8 @@ $ myproject -p 8000
~~~~~~

Now point your web browser to [http://localhost:8000/](http://localhost:8000/);
you should see a simple response string.

The default project also supports dynamic recompilation so you don't have to
shut down your server and restart every time you make a code change. To
activate this, build with "cabal install -fdevelopment" instead.
you should see a simple response string. To activate dynamic recompilation in
your project, build with "cabal install -fdevelopment".

For more information, continue on to the [Snap API
tutorial](tutorials/snap-api) or take a look at the [Snap
Expand Down

0 comments on commit 878cbea

Please sign in to comment.