Skip to content

Commit

Permalink
Fix missing comma in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamberg committed Aug 21, 2020
1 parent b89c04d commit 1a10c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -341,7 +341,7 @@ You would then produce the set of media components like so:
const ExampleAppMedia = createMedia({
breakpoints: {
sm: 0,
md: 768
md: 768,
lg: 1024,
xl: 1192,
},
Expand Down

0 comments on commit 1a10c0c

Please sign in to comment.