mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
spelling
This commit is contained in:
10
README.md
10
README.md
@@ -38,20 +38,20 @@ A no-nonsense diagramming library written entirely in React with the help of a f
|
||||
|
||||
For all the bells and whistles:
|
||||
|
||||
```yarn add @projectstorm/react-diagrams```
|
||||
yarn add @projectstorm/react-diagrams
|
||||
|
||||
This includes all the packages listed below (and works like it used to before version 6.0)
|
||||
|
||||
### A more modular approach
|
||||
|
||||
STORM React diagrams has a more modualr design and as such, you can import just the core (contains no default factories)
|
||||
This library now has a more modular design and you can import just the core (contains no default factories or routing)
|
||||
|
||||
```yarn add @projectstorm/react-diagrams-core```
|
||||
yarn add @projectstorm/react-diagrams-core
|
||||
|
||||
and add some extras:
|
||||
|
||||
```yarn add @projectstorm/react-diagrams-defaults```
|
||||
```yarn add @projectstorm/react-diagrams-routing```
|
||||
yarn add @projectstorm/react-diagrams-defaults
|
||||
yarn add @projectstorm/react-diagrams-routing
|
||||
|
||||
## Run the demos
|
||||
|
||||
|
||||
Reference in New Issue
Block a user