Skip to content

Commit

Permalink
chore: Update package name, version
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs committed May 28, 2021
1 parent 7682408 commit fe7b804
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### @chatwoot/docusaurus
### @chatwoot/docusaurus-plugin

This plugin enables Chatwoot in Docusaurus powered websites.

Expand All @@ -7,21 +7,21 @@ This plugin enables Chatwoot in Docusaurus powered websites.
1. Add the plugin to your project.

```
yarn add @chatwoot/docusaurus
yarn add @chatwoot/docusaurus-plugin
```

or

```
npm install @chatwoot/docusaurus --save
npm install @chatwoot/docusaurus-plugin --save
```

2. Configure the plugin in `docusaurus.config.js`

```js
// docusaurus.config.js
module.exports = {
plugins: ["@chatwoot/docusaurus"],
plugins: ["@chatwoot/docusaurus-plugin"],
themeConfig: {
chatwoot: {
websiteToken: "Your website inbox token",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/docusaurus",
"version": "1.0.1",
"name": "@chatwoot/docusaurus-plugin",
"version": "1.0.0",
"description": "Chatwoot plugin for docusaurus",
"main": "src/index.js",
"private": false,
Expand Down

0 comments on commit fe7b804

Please sign in to comment.