Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandeveloper committed Jun 3, 2022
1 parent 9bd9f0d commit 4797e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/packages/excalidraw/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @hackerdraw/excalidraw
## @hackerrank/excalidraw

This is a fork of [@excalidraw/excalidraw](https://github.com/excalidraw/excalidraw) package maintained by [HackerDraw Team](https://www.hackerdraw.com).

Expand All @@ -16,13 +16,13 @@ Excalidraw exported as a component to directly embed in your projects.
You can use npm

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

or via yarn

```
yarn add react react-dom @hackerdraw/excalidraw
yarn add react react-dom @hackerrank/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
2 changes: 1 addition & 1 deletion src/packages/excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hackerdraw/excalidraw",
"name": "@hackerrank/excalidraw",
"version": "0.12.7",
"main": "main.js",
"types": "types/packages/excalidraw/index.d.ts",
Expand Down

0 comments on commit 4797e4a

Please sign in to comment.