Skip to content

Commit

Permalink
Fixed casing error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed May 14, 2017
1 parent b619f3e commit 31df618
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 @@ -912,7 +912,7 @@ let submitCar =
fun (ctx : HttpContext) ->
async {
// Binds a JSON payload to a Car object
let! car = ctx.bindJson<Car>()
let! car = ctx.BindJson<Car>()
// Serializes the Car object back into JSON
// and sends it back as the response.
Expand Down

0 comments on commit 31df618

Please sign in to comment.