Skip to content

Commit 6bfc3a5

Browse files
authored
Update README.md - typo fix
1 parent ef2ea27 commit 6bfc3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/basic-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is an example project for TalkJS's tutorial on [how to build a Node.js chat
44

55
This example demonstrates how to integrate TalkJS with an application that has a Node.js backend. There are two projects inside the repo:
66

7-
- The `talkjs-backend` project contains the Node.js backend, which uses serves a REST endpoint with user data.
7+
- The `talkjs-backend` project contains the Node.js backend, which serves a REST endpoint with user data.
88
- The `talkjs-frontend` project contains the frontend code, which uses TalkJS's [JavaScript SDK](https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/) to create chats between users.
99

1010
> [!TIP]

0 commit comments

Comments
 (0)