Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 2, 2024
1 parent 108b690 commit c2829d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/website/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ <h4>
const authToken = "change-me";
const to = "change-me"; // A phone number which will receive the call
const from = "change-me"; // This should exactly match the number configured in Step 2.
const twiml = '&lt;Response&gt;&lt;Say&gt;Hello World from the Somleng Chime Tutorial! How are you today?&quot;&lt;/Say&gt;&lt;Play&gt;https://demo.twilio.com/docs/classic.mp3&lt;/Play&gt;&lt;/Response&gt;'
const twiml = "&lt;Response&gt;&lt;Say&gt;Hello World from the Somleng Chime Tutorial! How are you today?&lt;/Say&gt;&lt;Play&gt;https://demo.twilio.com/docs/classic.mp3&lt;/Play&gt;&lt;/Response&gt;"

const client = require('somleng')(accountSid, authToken);

Expand Down

0 comments on commit c2829d4

Please sign in to comment.