Skip to content

Commit 8abacc7

Browse files
committed
Moved default branch to main
1 parent e6f72cc commit 8abacc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Adafruit CircuitPython Library Bundle
99
:target: https://adafru.it/discord
1010
:alt: Discord
1111

12-
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=master
12+
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=main
1313
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
1414
:alt: Build Status
1515

@@ -44,13 +44,13 @@ and then ``git submodule update``.
4444
Updating libraries
4545
-------------------
4646
To update the libraries run ``update-submodules.sh``. The script will fetch the
47-
latest code and update to the newest tag (not master).
47+
latest code and update to the newest tag (not main).
4848

4949
To find libraries with commits that haven't been included in a release do:
5050

5151
.. code::
5252
53-
git submodule foreach "git log --oneline HEAD...origin/master"
53+
git submodule foreach "git log --oneline HEAD...origin/main"
5454
5555
Adding a library
5656
-----------------

0 commit comments

Comments
 (0)