diff --git a/Project.toml b/Project.toml index e85b762..880db01 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HTMLTables" uuid = "b1afcece-b80e-4563-b90e-36b4cc56d3fa" authors = ["Ceco E. Maples "] -version = "0.4.0" +version = "0.4.1" [deps] Cascadia = "54eefc05-d75b-58de-a785-1a3403f0919f" diff --git a/README.md b/README.md index 5fbda91..20889a9 100644 --- a/README.md +++ b/README.md @@ -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: