Skip to content

Commit

Permalink
Merge pull request #433 from josefaidt/patch-1
Browse files Browse the repository at this point in the history
docs: update import to use `mdx-deck`
  • Loading branch information
jxnblk committed Aug 12, 2019
2 parents 2af013a + 0cca6ce commit c8b6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -64,7 +64,7 @@ The `useDeck` hook returns the MDX Deck state, including:
```jsx
// example
import React from 'react'
import { useDeck } from '@mdx-deck/components'
import { useDeck } from 'mdx-deck'

export default props => {
const state = useDeck()
Expand Down

0 comments on commit c8b6c5f

Please sign in to comment.