Skip to content

Commit

Permalink
chore(readme): update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwinters committed Jul 26, 2022
1 parent 418d2c6 commit a9c5fc1
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1,254 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
# npm test

This comment has been minimized.

Copy link
@ethanwinters

ethanwinters Jul 26, 2022

Author Member

This needs to be uncommented, but can't until I can pull in @TazmanianDI changes to fix tests.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const MyLocation = ({ location, createWebChatInstance }) => {
integrationID: 'XXXX',
region: 'XXXX',
serviceInstanceID: 'XXXX',
// subscriptionID: 'only on enterprise plans',
onLoad: onWebChatLoad
};

Expand Down Expand Up @@ -110,6 +111,7 @@ class MyLocation extends Component {
integrationID: 'XXXX',
region: 'XXXX',
serviceInstanceID: 'XXXX',
// subscriptionID: 'only on enterprise plans',
onLoad: this.onWebChatLoad
};

Expand Down Expand Up @@ -193,6 +195,7 @@ const MyLocation = ({ location, createWebChatInstance }: MyLocationProps) => {
integrationID: 'XXXX',
region: 'XXXX',
serviceInstanceID: 'XXXX',
// subscriptionID: 'only on enterprise plans',
onLoad: onWebChatLoad
};

Expand Down Expand Up @@ -265,6 +268,7 @@ createWebChatInstance(config).then(instance => {}).catch(error => {});
- [Watson Assistant web chat feature documentation](https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-deploy-web-chat)
- [Watson Assistant web chat API documentation](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=api-overview)
- [Higher order components](https://reactjs.org/docs/higher-order-components.html)
## License
This package is available under the [MIT License](./LICENSE).
This package is available under the [MIT License](./LICENSE).
Loading

0 comments on commit a9c5fc1

Please sign in to comment.