Skip to content

Commit

Permalink
chore: add npm logo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
multivoltage committed Jan 23, 2024
1 parent 60912e0 commit d54b28e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<h1 align="center">react-use-zendesk</h1>
<p align="center">React Zendesk Web Widget integration written in typescript.</p>

<p align="center">
<img alt="version" src="https://img.shields.io/npm/v/react-use-zendesk.svg" />
</p>

## Features
* Web Widget api available. Please see [Zendesk docs](https://developer.zendesk.com/api-reference/widget-messaging/web/core/)
* TypeScript support
Expand Down Expand Up @@ -142,3 +146,4 @@ const Home = () => {
## Examples
Go to [examples](https://github.com/multivoltage/react-use-zendesk/tree/main/apps/docs) to check out some integrations ( NextJS...).
5 changes: 5 additions & 0 deletions packages/react-use-zendesk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<h1 align="center">react-use-zendesk</h1>
<p align="center">React Zendesk Web Widget integration written in typescript.</p>

<p align="center">
<img alt="version" src="https://img.shields.io/npm/v/react-use-zendesk.svg" />
</p>

## Features
* Web Widget api available. Please see [Zendesk docs](https://developer.zendesk.com/api-reference/widget-messaging/web/core/)
* TypeScript support
Expand Down Expand Up @@ -142,3 +146,4 @@ const Home = () => {
## Examples
Go to [examples](https://github.com/multivoltage/react-use-zendesk/tree/main/apps/docs) to check out some integrations ( NextJS...).

0 comments on commit d54b28e

Please sign in to comment.