Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bwva authored Sep 9, 2024
1 parent 40b9ed8 commit c3c852c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ The main spinner constructor is automatically executed when the document loads t

>It's possible to get finely-tuned spinners that meet your needs purely by using HTML tag markup - without ever writing a line of Javascript.
You also can get programmatic access to a spinner in your HTML if it has a known name, id, or class.
If you place a spinner in your HTML markup directly, you can get programmatic access to it by assigning it a name, id, or class:
```
<x-spinner id='spinner_03'></x-spinner>
Expand Down Expand Up @@ -520,7 +520,7 @@ Changes the spinner's style.visibility property to 'visible'
const sp = new SpinnerElement( {} );
console.log( sp.toString() );
```
Returns a string encompassing the entire shadow DOM fragment of the spinner, for debugging
Returns a string encompassing the entire shadow DOM fragment of the spinner, for debugging and exporting

## Technical Notes

Expand Down

0 comments on commit c3c852c

Please sign in to comment.