Skip to content

Commit

Permalink
Fix outdated reference to emotion package in docs (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmagura committed Dec 26, 2021
1 parent d1577af commit 4efa2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.mdx
Expand Up @@ -2,7 +2,7 @@
title: 'Install'
---

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).
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).

```bash
yarn add @emotion/react
Expand Down

0 comments on commit 4efa2cb

Please sign in to comment.