summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorgios Andreadis <G.Andreadis@student.tudelft.nl>2017-09-29 10:40:11 +0200
committerGitHub <noreply@github.com>2017-09-29 10:40:11 +0200
commitb2e947f874363aa78c0b79fa10c519889fca832d (patch)
treec56a3b18ed81ba2c1444dbe4238a20505f1bd951 /README.md
parentbcf119f2c4ac587cc8263db8a9fc0581521fdec7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce4cb06d..7c3832df 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Even the canvas (the main component of the app) is built using React components,
### State Management
-Almost all state is kept in a central Redux store. State is kept there in an immutable form, only to be modified through actions being dispatched. These actions are contained in the `src/actions` folder, and the reducers (managing how state is updated according to dispatched actions) are located in `src/reducers`. If you're not familiar with the Redux approach to state management, have a look at [their official documentation](http://redux.js.org/).
+Almost all state is kept in a central Redux store. State is kept there in an immutable form, only to be modified through actions being dispatched. These actions are contained in the `src/actions` folder, and the reducers (managing how state is updated according to dispatched actions) are located in `src/reducers`. If you're not familiar with the Redux approach to state management, have a look at their [official documentation](http://redux.js.org/).
### API Interaction