From 9145d9a5be43f83ad734f06df520dbfeaba10e27 Mon Sep 17 00:00:00 2001
From: Eric Brombaugh <ebrombaugh1@cox.net>
Date: Sun, 7 May 2023 21:27:42 -0700
Subject: [PATCH] Update README.md

---
 examples/i2c_oled/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/i2c_oled/README.md b/examples/i2c_oled/README.md
index 56479fb..c8ea30e 100644
--- a/examples/i2c_oled/README.md
+++ b/examples/i2c_oled/README.md
@@ -10,7 +10,7 @@ different graphic screens to test out the various drawing primitives.
 https://user-images.githubusercontent.com/1132011/230734071-dee305de-5aad-4ca0-a422-5fb31d2bb0e0.mp4
 
 ## Build options
-There are a few build-time options in the i2c.h source - 
+There are a few build-time options in the source - 
 
 In i2c_oled.c:
 * SSD1306_64X32, SSD1306_128X32, SSD1306_128X64 - choose only one of these
-- 
GitLab