From 2336336d821a2e6fd8246ddc96e34ed23c956d19 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Thu, 12 Dec 2024 18:59:20 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4e9985..a0092f4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ See PlayCanvas Web Components in action here: https://playcanvas.github.io/web-c ## Usage 🚧 -If you are using a bundler (e.g. Rollup), you can install PlayCanvas Web Components and the PlayCanvas Engine using NPM: +### NPM + +PlayCanvas Web Components is available as a package on [NPM](https://www.npmjs.com/package/@playcanvas/web-components). +If you are using a bundler (e.g. Rollup), you can install it (and the PlayCanvas Engine): ```bash npm install playcanvas @playcanvas/web-components --save-dev @@ -40,13 +43,13 @@ npm install playcanvas @playcanvas/web-components --save-dev Or you can include it directly in your HTML file from a CDN. -ES Modules: +### ES Modules: ```html ``` -UMD: +### UMD: ```html