Skip to content

Commit

Permalink
Fix compile error in readme example (#113)
Browse files Browse the repository at this point in the history
Parameter missing from C.bars function
  • Loading branch information
MartinSStewart authored Dec 4, 2023
1 parent 1e5bc90 commit 75cc995
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 @@ -22,6 +22,6 @@ main =
, C.yLabels []
, C.xAxis []
, C.yAxis []
, C.bars [ C.bar identity [] ] [ 2, 4, 3 ]
, C.bars [] [ C.bar identity [] ] [ 2, 4, 3 ]
]
```

0 comments on commit 75cc995

Please sign in to comment.