Skip to content

Commit

Permalink
docs: correct prop spelling (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaini authored Mar 16, 2022
1 parent 1918234 commit 67f3533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { Heatmap } from "contribution-heatmap"
// and then ... just use it like you would any components
export const YourComponent = () => <Heatmap
colour={['#ebedf0', '#c6e48b', '#40c463', '#30a14e', '#216e39']}
squaresNumber={5}
squareNumber={5}
count={[3, 2, 20, 1, 14]}
squareGap='4px'
squareSize='15px'
Expand Down

1 comment on commit 67f3533

@vercel
Copy link

@vercel vercel bot commented on 67f3533 Mar 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.