Skip to content

Commit

Permalink
🔧 Rename + fixup README
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmckee committed Aug 23, 2024
1 parent 0b1a4f7 commit f3d25c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ After the last command, the example application can be accessed at http://localh

There are four helpers provided in this repository, and each of them is used in the [examples](https://github.com/frontapp/front-chat-sdk/tree/main/examples) directory.

Additionally, there is an example of how to embed a Front Chat widget [directly in a page](https://github.com/frontapp/front-chat-sdk/tree/main/examples/react-embed-front-chat). This example uses React, but the general principle should work for any application.
We have also provided additional examples for common use cases. These examples use React, but the general principles should work for any application.

- How to embed a Front Chat widget [directly in a page](https://github.com/frontapp/front-chat-sdk/tree/main/examples/react-embed-front-chat).
- How to initialize a Front Chat widget [with a verified user](https://github.com/frontapp/front-chat-sdk/tree/main/examples/react-verified-user).

#### Quick-start Helpers

Expand Down
File renamed without changes.

0 comments on commit f3d25c9

Please sign in to comment.