Skip to content

Commit

Permalink
remove reference to styled components
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Mar 13, 2021
1 parent e3bc0d0 commit dd7c117
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
Install from `npm` with:

```
npm install styled-components @agney/playground
npm install @agney/playground
# OR
yarn add styled-components @agney/playground
yarn add @agney/playground
```

Playground uses [styled-components](https://styled-components.com/) for styling.

```jsx
import Playground from "@agney/playground";

Expand Down

0 comments on commit dd7c117

Please sign in to comment.