From 54762e09b89e6b8dd489670ba1c8cae631e06bde Mon Sep 17 00:00:00 2001 From: Rob Weber Date: Tue, 6 Sep 2022 08:30:25 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1cc115..919951e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Objects returned by the `displayfactory` class all inherit methods from the `Vir * `clear()` - clears the display * `close()` - performs any cleanup operations and closes access to the display. Use at the end of a program or when the object is no longer needed. -If the display you're using supports any advanced features, like multiple colors, these can be handled by setting some additional variables. See [advanced display control](advanced-epd-control) for a better idea of how to additional options. +If the display you're using supports any advanced features, like multiple colors, these can be handled by setting some additional variables. See [advanced display control](#advanced-epd-control) for a better idea of how to additional options. * `modes_available` - a tuple containing the names of valid modes, __BW__ available by default * `max_colors` - The maximum number of colors supported (up to 256 RGB)