=doc fix mentions of spray and link to magnet pattern

This commit is contained in:
Johannes Rudolph 2015-05-21 13:14:54 +02:00
parent 546936146b
commit fd85cac20f
19 changed files with 27 additions and 28 deletions

View file

@ -136,7 +136,7 @@ class HttpServerExampleSpec extends WordSpec with Matchers {
path("hello") {
get {
complete {
<h1>Say hello to spray</h1>
<h1>Say hello to akka-http</h1>
}
}
}