Skip to content

Commit

Permalink
Merge pull request #6083 from luoxi/master
Browse files Browse the repository at this point in the history
Fix incorrect sample code in documentation
  • Loading branch information
djhi authored Mar 26, 2021
2 parents ee9afd6 + f93f23f commit 6be7dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-data-localstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save ra-data-local-storage
// in src/App.js
import * as React from "react";
import { Admin, Resource } from 'react-admin';
import localStorageDataProvider from 'ra-data-localstorage';
import localStorageDataProvider from 'ra-data-local-storage';

const dataProvider = localStorageDataProvider();
import { PostList } from './posts';
Expand Down

0 comments on commit 6be7dc6

Please sign in to comment.