@communecter/cocolight-api-client 1.0.18 → 1.0.20

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
@@ -53,7 +53,7 @@ const { ApiClient, Api, tokenStorageStrategy } = require("@communecter/cocolight
53
53
  Vous pouvez inclure le client directement dans une page HTML :
54
54
 
55
55
  ```html
56
- <script src="https://cdn.jsdelivr.net/npm/@communecter/cocolight-api-client/dist/cocolight-api-client.browser.js"></script>
56
+ <script src="https://cdn.jsdelivr.net/npm/@communecter/cocolight-api-client@latest/dist/cocolight-api-client.browser.js"></script>
57
57
  <script>
58
58
  const client = new CocolightApiClient.ApiClient({
59
59
  baseURL: "https://www.communecter.org"