Skip to content

Commit

Permalink
Merge pull request #6 from josejibin/fix/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
knadh committed Sep 8, 2021
2 parents 0a8ee13 + cf564c0 commit a6fba2e
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 @@ -25,7 +25,7 @@ Use if at least a few of these are true:
- CORS.
- First-paint "flash" (needs to be handled manually) as scripts and styles only load after HTML is fetched and rendered by the browser.
- Browser compatibility.
- Empty space or line breaks between the opening and closing `<script data-src="remote.js"></script>` tags will be executed as an inline script by the browser, after which the browser will not load the remote script when applied. Ensure that the opening and closing script ags have nothing between then.
- Empty space or line breaks between the opening and closing `<script data-src="remote.js"></script>` tags will be executed as an inline script by the browser, after which the browser will not load the remote script when applied. Ensure that the opening and closing script tags have nothing between then.

## Usage

Expand Down

0 comments on commit a6fba2e

Please sign in to comment.