Skip to content

Commit 377b54e

Browse files
changed installation instructions (#905)
* changed installation instructions * `install` added to the command --------- Co-authored-by: Ranidu Harshana <[email protected]> Co-authored-by: Ranidu Harshana <[email protected]>
1 parent 4a8bd67 commit 377b54e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sections/basics/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installing styled-components only takes a single command and you're ready to rol
44

55
```
66
# with npm
7-
npm install --save styled-components
7+
npm install styled-components
88
99
# with yarn
1010
yarn add styled-components

sections/homepage/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default ({ children }) => (
2828
To download styled-components run:
2929

3030
```
31-
npm install --save styled-components
31+
npm install styled-components
3232
```
3333

3434
That's all you need to do, you are now ready to use it in your app! (yep, no build step needed 👌)

0 commit comments

Comments
 (0)