Skip to content

Commit

Permalink
fixed readme code error in HTMLTables.write()
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Aug 3, 2024
1 parent d49e289 commit 4ee6824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "HTMLTables"
uuid = "b1afcece-b80e-4563-b90e-36b4cc56d3fa"
authors = ["Ceco E. Maples <[email protected]>"]
version = "0.4.0"
version = "0.4.1"

[deps]
Cascadia = "54eefc05-d75b-58de-a785-1a3403f0919f"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ df = DataFrame(
"y" => 481:500, "z" => 501:520
)

HTMLTables.write(df, colorscale="viridis")
HTMLTables.write("viridis.html", df, colorscale="viridis")
```

output:
Expand Down

0 comments on commit 4ee6824

Please sign in to comment.