Skip to content

Commit

Permalink
Fix yarn install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandeveloper committed Jun 3, 2022
1 parent 1cb41d3 commit 933160a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packages/excalidraw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Excalidraw exported as a component to directly embed in your projects.
You can use npm

```
npm install react react-dom @excalidraw/excalidraw
npm install react react-dom @hackerdraw/excalidraw
```

or via yarn

```
yarn add react react-dom @excalidraw/excalidraw
yarn add react react-dom @hackerdraw/excalidraw
```

After installation you will see a folder `excalidraw-assets` and `excalidraw-assets-dev` in `dist` directory which contains the assets needed for this app in prod and dev mode respectively.
Expand Down

0 comments on commit 933160a

Please sign in to comment.