Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 63f8534

Browse files
author
Steven Orvell
committed
[ci skip] Update readme.
1 parent 787d57f commit 63f8534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Note that because the bundle will be loaded asynchronously, you should wait for
3737
loaded and are ready to be used (i.e. if you want to dynamically load other custom
3838
elements, etc.).
3939

40-
Additionally, you can check the `webComponentsReady` property on the `webcomponents-loader.js` script to determine if the `WebComponentsReady` event has been fired.
40+
Additionally, you can check if `window.WebComponents` exists to know if the `WebComponentsReady` event will fire, and you can check if `window.WebComponents.ready` is true to check if the `WebComponentsReady` event has already fired.
4141

4242
Here's an example:
4343

0 commit comments

Comments
 (0)