We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601d352 commit 2f5d055Copy full SHA for 2f5d055
README.md
@@ -1,4 +1,4 @@
1
-## Fonts for CircuitPython
+# CircuitPython Fonts Bundle
2
3
<!-- SPDX-FileCopyrightText: 2023 Jeff Epler for Adafruit Industries -->
4
<!-- SPDX-License-Identifier: MIT -->
@@ -11,7 +11,7 @@ It can be used with [circup](https://pypi.org/project/circup/) for easy installa
11
Once you have installed circup and connected to a board, simply install the desired font(s):
12
13
```sh
14
-circup bundle-add jepler/circuitpython-fonts # You only need to do this once
+circup bundle-add adafruit/circuitpython-fonts # You only need to do this once
15
circup install font_free_mono_9
16
```
17
0 commit comments