diff --git a/README.md b/README.md index 37b970312..d44c3efd5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ points = alt.Chart(source).mark_point().encode( x='Horsepower', y='Miles_per_Gallon', color=alt.condition(brush, 'Origin', alt.value('lightgray')) -).add_params( +).add_selection( brush )