Skip to content

Commit

Permalink
Merge pull request #24 from michaelf-stratoscale/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
Eyal Posener authored Dec 28, 2017
2 parents 8af9c5b + bfdd963 commit a9f917d
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 @@ -51,7 +51,7 @@ func TestHandler(t *testing.T) {
t.Errorf("resp.StatusCode = %q, want %q", got, want)
}

err = c.WriteJson("test")
err = c.WriteJSON("test")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit a9f917d

Please sign in to comment.