Skip to content

Commit

Permalink
Fixed the how-to example
Browse files Browse the repository at this point in the history
Right now the instructions on the homepage are not sufficient to setup docz. Fixed it in this PR
  • Loading branch information
itaditya committed Feb 7, 2019
1 parent 61aed70 commit e4cadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/home/components/HowTo.tsx
Original file line number Diff line number Diff line change
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 e4cadb6

Please sign in to comment.