Skip to content

Commit

Permalink
docs: use float (as in sample code) (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler committed Dec 12, 2020
1 parent 28ea7a2 commit f3ec666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -95,7 +95,7 @@ let main argv =
let over20 = getUsersOverAge 20
let result = db.RunCommand<FindResult<User>>(JsonCommand over20)
printfn $"FindResult Ok: %d{result.ok}"
printfn $"FindResult Ok: %f{result.ok}"
result.cursor.firstBatch |> Seq.iter (fun value -> printfn $"%A{value}")
let updatecmd = updateUser "Updateme" "Updated"
Expand Down

0 comments on commit f3ec666

Please sign in to comment.