@twilio/conversations 2.4.1 → 2.5.0-rc.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -56,7 +56,7 @@ Releases of `twilio-conversations.js` are hosted on a CDN, and you can include t
56
56
  directly in your web app using a `<script>` tag.
57
57
 
58
58
  ```html
59
- <script src="https://media.twiliocdn.com/sdk/js/conversations/v2.4/twilio-conversations.min.js"></script>
59
+ <script src="https://sdk.twilio.com/js/conversations/v2.5/twilio-conversations.min.js"></script>
60
60
  ```
61
61
 
62
62
  Using this method, `twilio-conversations.js` will set a browser global `Twilio.Conversations` through which you can use the client:
@@ -77,7 +77,7 @@ To consume securely use the following script snippet format:
77
77
 
78
78
  ```html
79
79
  <script
80
- src="https://media.twiliocdn.com/sdk/js/conversations/releases/2.4.1/twilio-conversations.min.js"
80
+ src="https://sdk.twilio.com/js/conversations/releases/2.5.0/twilio-conversations.min.js"
81
81
  integrity="sha256-<HASH FROM THE CHANGELOGS PAGE>"
82
82
  crossorigin="anonymous"
83
83
  ></script>