Skip to content

Commit

Permalink
Merge pull request #78 from joelostblom/patch-1
Browse files Browse the repository at this point in the history
Fix html renderer typo
  • Loading branch information
jonmmease authored May 3, 2024
2 parents 449e9e8 + 8688f36 commit 033de5a
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 @@ -13,7 +13,7 @@ Then import Vega-Altair and activate the `avenger-html` renderer

```python
import altair as alt
alt.renderers.enable('avenger-png', scale=1)
alt.renderers.enable('avenger-html')
```

Then create and display an Vega-Altair chart as usual:
Expand Down

0 comments on commit 033de5a

Please sign in to comment.