diff --git a/README.md b/README.md index 0793532..71ff6a1 100644 --- a/README.md +++ b/README.md @@ -716,8 +716,8 @@ To put this all together, we need to create a store with an initial state, and s ```ts import { createStore } from 'redux'; -import { enthusiasm } from './reducers/index'; -import { StoreState } from './types/index'; +import { enthusiasm } from '../reducers/index'; +import { StoreState } from '../types/index'; const store = createStore(enthusiasm, { enthusiasmLevel: 1,