Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Cloutier authored Oct 30, 2016
1 parent 7b7e0b9 commit 7c8b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func handleRequest(request: Request) -> Response {
return Response(
version: Version(major: 1, minor: 1),
status: .ok,
rawHeaders: ["Content-Type: application/json"],
rawHeaders: ["Content-Type", "application/json"],
body: responseBody
)
}
Expand Down

0 comments on commit 7c8b595

Please sign in to comment.