Skip to content

Commit aa93520

Browse files
committed
Fixed casing in code sample in readme
1 parent e5f1ee8 commit aa93520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ contact: Contact = await smith.read();
2222
await smith.note.set(new Note("some note"));
2323

2424
// GET /contacts/1337/note
25-
const note: Note = await smith.Note.read();
25+
const note: Note = await smith.note.read();
2626

2727
// DELETE /contacts/1337
2828
await smith.delete();

0 commit comments

Comments
 (0)