Skip to content

Commit

Permalink
Rectify README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv authored Sep 14, 2022
1 parent b2456ce commit eedec16
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 @@ -25,7 +25,7 @@ final fromCsv = Dataframe.fromCsv(
datePattern: 'dd-MM-yyyy'
);
final fromNamesAndData = DataFrame.fromNamesAndData(
final fromNamesAndData = DataFrame(
['a', 'b'],
[
[1, 2],
Expand Down

0 comments on commit eedec16

Please sign in to comment.