Skip to content

Commit

Permalink
container:start repeats itself very early on,
Browse files Browse the repository at this point in the history
acknowledge this in the writing.
  • Loading branch information
futurechimp committed Jun 8, 2012
1 parent 98bcd6e commit ce89048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_10_hello_world.md
Expand Up @@ -24,8 +24,8 @@ class MyScalatraFilter extends ScalatraFilter with ScalateSupport {
}
}
{pygmentize}
Back at the shell prompt, from your project root, you can run the project

If you haven't already done so, from your project root, you can run the project
with:

{pygmentize::}
Expand All @@ -36,4 +36,4 @@ $ sbt
The application starts on [http://localhost:8080](http://localhost:8080). As
you can see, Scalatra doesn't force you to setup much infrastructure: a
request to a URL evaluates some Scala code and returns some text in response.
Whatever the block returns is sent back to the browser.
Whatever the block returns is sent back to the browser.

0 comments on commit ce89048

Please sign in to comment.