Skip to content

Commit

Permalink
Merge pull request #150 from jhamberg/master
Browse files Browse the repository at this point in the history
Fix missing comma in README
  • Loading branch information
damassi committed Aug 23, 2020
2 parents b89c04d + 1a10c0c commit 8552498
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 8552498

Please sign in to comment.