fix: typo
This commit is contained in:
parent
7bf22ebb2c
commit
32073f6f24
|
@ -1,4 +1,4 @@
|
|||
subspcae - redux example
|
||||
subspace - redux example
|
||||
===
|
||||
Simple application that shows how to dispatch a redux action from an observable. This app will deploy a test contract to **Ganache**.
|
||||
For using Subspace with `react` and `redux`, please check `examples/react-redux` to see a practical example
|
||||
|
@ -44,4 +44,4 @@ If you do have problems caused by it, first follow the installation steps for yo
|
|||
|
||||
If you still have problems and are on Windows, try the following:
|
||||
- run `npm config set msvs_version 2015` before `npm install`
|
||||
- Repair Windows Build tools that the node-gyp doc made you install. If it tells you to remove a conflicting version do it. After the repair succeeded, reboot.
|
||||
- Repair Windows Build tools that the node-gyp doc made you install. If it tells you to remove a conflicting version do it. After the repair succeeded, reboot.
|
||||
|
|
Loading…
Reference in New Issue