diff --git a/README.md b/README.md index 3652ce4..fe55383 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ API: https://bowlingx.github.io/geschichte/api/index.html ```typescript jsx import { pm, factoryParameters, serializers } from 'geschichte' -import GeschichteForHistory from 'geschichte/historyjs' +import { GeschichteWithHistory } from 'geschichte/historyjs' import { createBrowserHistory } from 'history' const parameterConfig = { @@ -61,9 +61,9 @@ const Component = () => { } const App = () => ( - + - + ) ```