From 32073f6f2472466a7a11619102ba38c1a9cc0f10 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 21 Oct 2019 08:56:38 -0400 Subject: [PATCH] fix: typo --- examples/redux/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/redux/README.md b/examples/redux/README.md index 1686642..f96856c 100644 --- a/examples/redux/README.md +++ b/examples/redux/README.md @@ -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. \ No newline at end of file +- 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.