diff --git a/README.md b/README.md
index 7d71e10..27fc032 100644
--- a/README.md
+++ b/README.md
@@ -228,7 +228,24 @@ Now the compiled Sass is available in your default bundle and will show up in `g
#### Use with [WebC](https://www.11ty.dev/docs/languages/webc/)
-_TODO Coming soon_
+Starting with `@11ty/eleventy-plugin-webc@0.9.0` this plugin is used by default in the Eleventy WebC plugin. Specifically, [WebC Bundler Mode](https://www.11ty.dev/docs/languages/webc/#css-and-js-(bundler-mode)) now uses the bundle plugin under the hood.
+
+To add CSS to a page bundle in WebC, you would use a `
+
+```
+
+To add JS to a page bundle in WebC, you would use a `
+
+```
+
+* Existing calls via WebC helpers `getCss` or `getJs` (e.g. `