From 6ec9dd2e091ed45ebd29abcf76928cb80cbb12fa Mon Sep 17 00:00:00 2001 From: Evan Jacobs Date: Mon, 13 Jan 2020 18:19:38 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9d67412..bb6946ce 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ _Supported by [Front End Center](https://frontend.center). Thank you for making ## Upgrading from v4 -1. `npm install styled-components@beta react@^16.8 react-dom@^16.8 react-is@^16.8` +1. `npm install styled-components@^5.0.0 react@^16.8 react-dom@^16.8 react-is@^16.8` 1. ?? 1. Profit! -> Note that integrations like `jest-styled-components` that make use of internals will need to be updated to work with v5 and likely will not work properly during the alpha/beta period. +> If you use jest-styled-components, make sure you update that too. ## [Docs](https://www.styled-components.com/docs)