Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 84b42ce

Browse files
committed
Merge pull request #7 from EvanHahn/minor-readme-tweaks
Remove trailing whitespace from README
2 parents 58be0ab + 6607e88 commit 84b42ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Licensed MIT
66

77
## Usage
88

9-
Place the [`loadCSS` function](https://github.com/filamentgroup/loadCSS/blob/master/loadCSS.js) inline in the `head` of your page (it can also be included in an external JavaScript file if preferable).
9+
Place the [`loadCSS` function](https://github.com/filamentgroup/loadCSS/blob/master/loadCSS.js) inline in the `head` of your page (it can also be included in an external JavaScript file if preferable).
1010

1111
Then call it by passing it a stylesheet URL:
1212

@@ -16,7 +16,7 @@ Then call it by passing it a stylesheet URL:
1616
<script>
1717
loadCSS( href, before, media ){ ... }
1818
// load a file
19-
loadCSS( "path/to/mystylesheet.css" );
19+
loadCSS( "path/to/mystylesheet.css" );
2020
</script>
2121
...
2222
</head>

0 commit comments

Comments
 (0)