Skip to content

Commit

Permalink
Fix sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Barnes committed Feb 24, 2017
1 parent 45ddbb7 commit 9928db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Include `botchat.css` and `botchat.js` in your website, e.g.:
</head>
<body>
<div id="bot"/>
<script src="https://unpkg.com/botframework-webchat/botchat.js"/>
<script src="https://unpkg.com/botframework-webchat/botchat.js"></script>
<script>
BotChat.App({
directLine: { secret: direct_line_secret },
Expand Down

0 comments on commit 9928db9

Please sign in to comment.