From 2e0cb67949f7fff7ff1281e79afc9c50d7ef722a Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" Date: Sat, 16 Sep 2023 10:02:34 +0200 Subject: [PATCH] Follow up master to main branch rename in README.md, fixes #296 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b106c..f5e3744 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The responsible maintainer of the esp8266 repository has kindly shared the following command line instructions to use, if one wishes to manually update EspSoftwareSerial to a newer release than pulled in via the ESP8266 Arduino BSP: -To update esp8266/arduino EspSoftwareSerial submodule to lastest master: +To update esp8266/arduino EspSoftwareSerial submodule to latest main: Clean it (optional): ```shell @@ -166,6 +166,6 @@ $ git submodule update --init Now update it: ```shell $ cd libraries/SoftwareSerial -$ git checkout master +$ git checkout main $ git pull ```