Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen committed Sep 8, 2023
1 parent 1185ec5 commit 3e58493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple-VP
# OpenVP
*A highly customizable visual programming environment for React*

Try out examples in the [Storybook](https://6404f678cd3c67a156715458-pyohcpyhiw.chromatic.com/)
Expand All @@ -18,7 +18,7 @@ The main entry for the editor is the `Environment` component:
/>
```

The environment uses a [Zustand](https://github.com/pmndrs/zustand) store to contian the data. This is where you will specify what the drawers, types, and entries are. If you compose your store with slices, you can use the existing store as a starting point by importing the `Programming Slice` from the library:
The environment uses a [Zustand](https://github.com/pmndrs/zustand) store to contain the data. This is where you will specify what the drawers, types, and entries are. If you compose your store with slices, you can use the existing store as a starting point by importing the `Programming Slice` from the library:

```javascript
import {ProgrammingSlice} from 'simple-vp';
Expand Down

0 comments on commit 3e58493

Please sign in to comment.