Skip to content

Commit 373dff8

Browse files
Nicholas KyriakidesNicholas Kyriakides
authored andcommitted
removed superfluous README section
1 parent c16748d commit 373dff8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ You can provide multiple `src`'s by separating them with a comma.
3232
<defer-script src="/lib/foo.js, /lib/bar.js"></defer-script>
3333
```
3434

35-
### Non-local scripts
36-
37-
Providing an `src` that includes `http`/`https` will not attempt to resolve it
38-
relatively(i.e using `this.resolveUrl(src)`), therefore keeping it intact.
39-
40-
```html
41-
<defer-script src="http://foo-cdn.com/foo-lib.js"></defer-script>
42-
```
43-
4435
### Checking load status
4536

4637
When all `src`s have loaded successfully, a `loaded` attribute will be added

0 commit comments

Comments
 (0)