@grame/faust-web-component 0.2.4 → 0.2.5

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 @@ process = no.noise : fi.resonlp(ctFreq,q,gain)*t <: dm.zita_light;
53
53
 
54
54
  ## NPM package
55
55
 
56
- A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.3/dist/faust-web-component.js (possibly update the version number).
56
+ A [npm package](https://www.npmjs.com/package/@grame/faust-web-component) can be used with the CDN link: https://cdn.jsdelivr.net/npm/@grame/faust-web-component@0.2.5/dist/faust-web-component.js (possibly update the version number).
57
57
 
58
58
  Here is an HTML example using this model:
59
59