diff --git a/README.md b/README.md index 7316278..cc15007 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ v = dataset("cars") |> Voyager() # Now create the plot in the UI -v[] |> save("figure1.vegalite") +v[] |> save("figure1.vegalite"; include_data=false) ```` At a later point you can then load this figure specification again, but pipe new data into it: