Skip to content

Commit 0a69f60

Browse files
author
Lucas
committed
Ops, Typo!
1 parent 759b46c commit 0a69f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ To use the Web Font Loader library, just include it in your page and tell it whi
2727
```html
2828
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
2929
<script>
30-
WebFont.load({
31-
google: {
32-
families: ['Droid Sans', 'Droid Serif']
30+
WebFont.load({
31+
google: {
32+
families: ['Droid Sans', 'Droid Serif']
3333
}
3434
});
3535
</script>

0 commit comments

Comments
 (0)