From 65eec84cde9a47c324d0b00659f4789eaa7ae13c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 9 May 2019 08:09:20 -0700 Subject: [PATCH] Fix out of date link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d37ff0..199ac43a 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ There are some "feature flags" which you can manipulate by passing a specially c - `skinUrl` (string) Url of the default skin to use. Note, this file must be served with the correct Allows Origin header. - `audioUrl` (string) Url of the default audio file to use. Note, this file must be served with the correct Allows Origin header. -- `initialState` (object) Override the [initial Redux state](js/reducers.js). Values from this object will be recursively merged into the actual default state. +- `initialState` (object) Override the [initial Redux state](js/reducers/index.ts). Values from this object will be recursively merged into the actual default state. **Note:** These are intended mostly as development tools and are subject to change at any time.