From b9141556485551da08e09f1fb30a95f1eed63745 Mon Sep 17 00:00:00 2001 From: mg901 Date: Thu, 20 Jul 2023 19:47:30 +0400 Subject: [PATCH] fix(docs): add `@latest` tag to the installation instructions (#1562) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fd0a3dc..116c1e85 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,11 @@ const breakpoints = { #### Installation ```sh -npm install styled-components styled-breakpoints +npm install styled-components styled-breakpoints@latest # or -yarn add styled-components styled-breakpoints +yarn add styled-components styled-breakpoints@latest ``` `styled.d.ts` @@ -210,11 +210,11 @@ Emotion #### Installation ```sh -npm install @emotion/{styled,react} styled-breakpoints +npm install @emotion/{styled,react} styled-breakpoints@latest # or -yarn add @emotion/{styled,react} styled-breakpoints +yarn add @emotion/{styled,react} styled-breakpoints@latest ``` `emotion.d.ts`