Skip to content

Commit e092605

Browse files
docs: update README to simplify API example descriptions by removing 'CRUD' terminology
1 parent d673a79 commit e092605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ Refer to the [`examples`](examples) folder for the source code of this and other
6161

6262
### Contacts API
6363

64-
- [Contacts CRUD](examples/contacts/everything.ts)
64+
- [Contacts](examples/contacts/everything.ts)
6565

6666
### Contact Lists API
6767

68-
- [Contact Lists CRUD](examples/contact-lists/everything.ts)
68+
- [Contact Lists](examples/contact-lists/everything.ts)
6969

7070
### Templates API
7171

72-
- [Templates CRUD](examples/templates/everything.ts)
72+
- [Templates](examples/templates/everything.ts)
7373

7474
### Sending API
7575

@@ -96,7 +96,7 @@ Refer to the [`examples`](examples) folder for the source code of this and other
9696
### Bulk sending API
9797

9898
- [Send mail](examples/bulk/send-mail.ts)
99-
- [Transport](examples/bulk/transport.ts)
99+
- [Nodemailer Transport](examples/bulk/transport.ts)
100100

101101
### Nodemailer Transport
102102

0 commit comments

Comments
 (0)