Skip to content

Commit

Permalink
Merge pull request #45 from itaditya/patch-1
Browse files Browse the repository at this point in the history
Fixed the how-to example
  • Loading branch information
swyxio committed Feb 8, 2019
2 parents 61aed70 + e4cadb6 commit 655064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/home/components/HowTo.tsx
Expand Up @@ -72,7 +72,7 @@ export const HowTo = withRouter(({ history }) => (
<Container>
<Title>How to</Title>
<Text>Install Docz as a dependency</Text>
<Pre className="language-bash">$ yarn add docz --dev</Pre>
<Pre className="language-bash">$ yarn add docz docz-theme-default --dev</Pre>
<Text>
Create an <code>.mdx</code> file anywhere in your project
</Text>
Expand Down

0 comments on commit 655064b

Please sign in to comment.