diff --git a/README.rst b/README.rst
index cbfc0f3..7c3afed 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,7 @@ Introduction
Adafruit CircuitPython driver for SSD1306 or SSD1305 OLED displays. Note that SSD1305 displays are back compatible so they can be used in-place of SSD1306 with the same code and commands.
-This is **not** the `displayio` driver for the SSD1306. See the `Adafruit CircuitPython DisplayIO SSD1306 `_ driver for `displayio` support.
+This driver implements the `adafruit_framebuf interface `__. It is **not** the `displayio` driver for the SSD1306. See the `Adafruit CircuitPython DisplayIO SSD1306 `_ driver for `displayio` support.
Dependencies
@@ -65,6 +65,9 @@ Usage Example
display.show()
+More examples and details can be found in the `adafruit_framebuf docs `__.
+
+
Contributing
============