Skip to content

Commit

Permalink
Merge pull request #32 from tordans/patch-1
Browse files Browse the repository at this point in the history
chore(readmie): Fix import
  • Loading branch information
BowlingX authored Jun 25, 2022
2 parents 1548dde + ca9eed7 commit 3f23e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -61,9 +61,9 @@ const Component = () => {
}

const App = () => (
<Geschichte history={createBrowserHistory()}>
<GeschichteWithHistory history={createBrowserHistory()}>
<Component />
</Geschichte>
</GeschichteWithHistory>
)
```

Expand Down

0 comments on commit 3f23e37

Please sign in to comment.