Skip to content

Commit 4efa2cb

Browse files
authored
Fix outdated reference to emotion package in docs (#2608)
1 parent d1577af commit 4efa2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Install'
33
---
44

5-
There are lots of ways to use Emotion, if you're using React, the easiest way to get started is to use the [`@emotion/react` package](/packages/react). If you're not using React, you should use [the `emotion` package](#vanilla).
5+
There are lots of ways to use Emotion, if you're using React, the easiest way to get started is to use the [`@emotion/react` package](/packages/react). If you're not using React, you should use [the `@emotion/css` package](#vanilla).
66

77
```bash
88
yarn add @emotion/react

0 commit comments

Comments
 (0)