Skip to content

Commit 3e60a16

Browse files
committed
lead in example
1 parent 3e5470a commit 3e60a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class, and a set of backend classes. Each backend provides a Canvas class.
6060
You pass a Canvas instance to a BlackRendererFont instance when drawing a
6161
glyph. Most backends also have a Surface class, which is a generalized
6262
convenience class to produce a canvas for a bitmap (or SVG document) for a
63-
specific box.
63+
specific box. Here is a minimal example:
6464

6565
```python
6666
from blackrenderer.font import BlackRendererFont

0 commit comments

Comments
 (0)