@photonhealth/elements 0.13.1 → 0.13.3

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
@@ -13,13 +13,7 @@ npm i @photonhealth/elements
13
13
  ### Usage
14
14
 
15
15
  ```javascript
16
- import('@photonhealth/webcomponents').catch((err) => {});
17
- ```
18
-
19
- You can also import within the `head` tag in HTML:
20
-
21
- ```html
22
- <script src="https://cdn.rx.dev/elements/@latest/dist/index.js" type="module"></script>
16
+ import('@photonhealth/elements').catch((err) => {});
23
17
  ```
24
18
 
25
19
  Full documentation of available elements and example configurations can be found here: [Photon Elements Documentation](https://docs.photon.health/docs/elements)