diff --git a/README.md b/README.md index 08bd367..b0e83f0 100644 --- a/README.md +++ b/README.md @@ -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, },