mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-17 02:26:54 +08:00
more readme updates
This commit is contained in:
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
# STORM React Diagrams
|
||||
|
||||
A super simple, no-nonsense diagramming library written in react that just works.
|
||||
A super simple, no-nonsense diagramming library written in React that just works.
|
||||
|
||||
[](https://gitter.im/projectstorm/react-diagrams?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://npmjs.org/package/storm-react-diagrams)
|
||||
@ -20,12 +20,14 @@ A no-nonsense diagramming library written entirely in React with the help of Lod
|
||||
## How to install
|
||||
|
||||
```
|
||||
npm install projectstorm/react-diagrams
|
||||
npm install storm-react-diagrams
|
||||
```
|
||||
or
|
||||
```
|
||||
yarn add storm-react-diagrams
|
||||
```
|
||||
|
||||
(until I decide to put it on npm)
|
||||
|
||||
* Its only dependency is Lodash so it will install that too.
|
||||
* Its only dependency is Lodash and obviously React so it will install that too.
|
||||
|
||||
#### How to see the examples
|
||||
|
||||
|
Reference in New Issue
Block a user