From 9a4f05dfd799737d97eca6bd4496f4f1a409ad31 Mon Sep 17 00:00:00 2001
From: FWeinb <fabrice@weinberg.me>
Date: Sun, 5 Jun 2016 18:26:49 +0200
Subject: [PATCH] Fix typo in 3.0 update note

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

diff --git a/README.md b/README.md
index ae25e17..78a5cab 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 esp8266-oled-ssd1306 [![Build Status](https://travis-ci.org/squix78/esp8266-oled-ssd1306.svg?branch=dev-branch-3.0.0)](https://travis-ci.org/squix78/esp8266-oled-ssd1306)
 ============
 
-> We just released version 3.0.0. Please have at our [upgrade guide](UPGRADE-3.0.md)
+> We just released version 3.0.0. Please have a look at our [upgrade guide](UPGRADE-3.0.md)
 
 This is a driver for the SSD1306 based 128x64 pixel OLED display running on the Arduino/ESP8266 platform.
 Can be used with either the I2C or SPI version of the display
-- 
GitLab