Skip to content

Commit 295a875

Browse files
committed
fixed typo in readme
1 parent b29a190 commit 295a875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Component takes one prop: `fonts`. It should be an array of objects describi
5050
{
5151
font: 'Roboto Mono', // The name of the font on Google Fonts.
5252
weights: [400, 700], // An array of weights you want to load.
53-
['cyrillic-ext', 'greek'], // An array of subsets you want to load.
53+
subsets: ['cyrillic-ext', 'greek'], // An array of subsets you want to load.
5454
},
5555
// ...
5656
// You can include as many of these objects as you want.

0 commit comments

Comments
 (0)