diff --git a/docs/Store.md b/docs/Store.md index f63b5012f3b..c259a3e7d8b 100644 --- a/docs/Store.md +++ b/docs/Store.md @@ -120,7 +120,7 @@ To create a Store with a different version number, call the `localStorageStore() ```jsx import { Admin, Resource, localStorageStore } from 'react-admin'; -const STORE_VERSION = 2; +const STORE_VERSION = "2"; const App = () => (