diff --git a/apps/webcomponents/README.md b/apps/webcomponents/README.md
index 447c263255..d842da3b72 100644
--- a/apps/webcomponents/README.md
+++ b/apps/webcomponents/README.md
@@ -11,7 +11,7 @@ All Web Components are prefixed with `gn-`.
Web Components are made to be easily included in any context, e.g.:
```html
-
+
...
+
...
```
+## Publication and Versioning
+
+The Web Component script is automatically built upon merges on main and for releases. These builds are made available via a jsdelivr CDN, which points at `wc-dist` branches in the github repository. There is a `wc-dist` branch for every release tag > `v1.1.0` as well as `wc-dist-main`.
+
+You can choose the version of the Web Component script you wish to use by indicating the corresponding value in the script's URL e.g. `wc-dist-v1.1.0`.
+
## Build
All Angular custom elements are served by the same application `webcomponents`.