Skip to content

Commit a9f917d

Browse files
author
Eyal Posener
authored
Merge pull request #24 from michaelf-stratoscale/patch-1
fix typo in readme
2 parents 8af9c5b + bfdd963 commit a9f917d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestHandler(t *testing.T) {
5151
t.Errorf("resp.StatusCode = %q, want %q", got, want)
5252
}
5353

54-
err = c.WriteJson("test")
54+
err = c.WriteJSON("test")
5555
if err != nil {
5656
t.Fatal(err)
5757
}

0 commit comments

Comments
 (0)