Skip to content

Commit

Permalink
fix(docs): add @latest tag to the installation instructions (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 authored Jul 20, 2023
1 parent 954a45c commit b914155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -210,11 +210,11 @@ Emotion</h3></summary>
#### 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`
Expand Down

0 comments on commit b914155

Please sign in to comment.