Skip to content

Commit

Permalink
fixed some readme.md mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
emagombe committed Aug 14, 2020
1 parent dd43295 commit be13e02
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 @@ -27,7 +27,7 @@ use emagombe\DataTable;
$sql = "SELECT * FROM table;";
$stmt = $conn->prepare($sql);

$dt = DataTable::create($result)->build();
$dt = DataTable::create($stmt)->build();
echo $dt;
```

Expand Down

0 comments on commit be13e02

Please sign in to comment.