Skip to content

Commit

Permalink
Edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Nov 15, 2021
1 parent 6aff3ee commit 36af67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Inline source can be loaded by including a `<script>` of type `wc-content` in th
</wc-codemirror>
```

*Note: The `</script>` word cannot be used inside here, you'll have to use the escaped `&lt;/script&gt;` version instead, you may also use `&lt;script&gt;` for the opening `<script>` tag if you wish to*
*Note: `</script>` cannot be used inside of `<script type="wc-content">` until it's the angle brackets are escaped (ie `&lt;` and `&gt;`)*

### External Source

Expand Down

0 comments on commit 36af67a

Please sign in to comment.