Skip to content

Commit

Permalink
Merge pull request #419 from justvanrossum/patch-1
Browse files Browse the repository at this point in the history
Fix typos in maximum_color examples
  • Loading branch information
anthrotype authored Jun 10, 2022
2 parents b1c100d + 0176032 commit e2f7c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ can be generated:

```shell
# Adds COLR to a font with SVG and vice versa
maxmium_color my_colr_font.ttf
maximum_color my_colr_font.ttf

# Adds COLR to a font with SVG and vice versa, and generates a CBDT table
maxmium_color --bitmaps my_colr_font.ttf
maximum_color --bitmaps my_colr_font.ttf
```

The intended result is a font that will Just Work in any modern browser:
Expand Down

0 comments on commit e2f7c92

Please sign in to comment.