File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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``.
4444Updating libraries
4545-------------------
4646To 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
4949To 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-----------------
You can’t perform that action at this time.
0 commit comments