Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:howdyai/botkit into benbrown/4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown committed Mar 11, 2020
2 parents f776ed5 + 6cde792 commit a7942f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/docs/reference/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ This is a class reference for all the methods exposed by the [botbuilder-adapter
Connect [Botkit](https://www.npmjs.com/package/botkit) or [BotBuilder](https://www.npmjs.com/package/botbuilder) to the Web.
It offers both websocket and webhook capabilities.
To use this adapter, you will need a compatible chat client - generate one using the [Botkit yeoman generator](https://npmjs.com/package/generator-botkit),
or use [the one included in the project repo here.](https://github.com/howdyai/botkit/tree/master/packages/botbuilder-adapter-web/client)
or use one of the following examples:
* [official](https://github.com/howdyai/botkit/tree/master/packages/botbuilder-adapter-web/client)
* [community](https://github.com/mabuonomo/botkit-socket-client)

To use this class in your application, first install the package:
```bash
Expand Down

0 comments on commit a7942f7

Please sign in to comment.