Skip to content

Commit 1c4031b

Browse files
authored
Update README.MD
Update to Board Manager URL to new branch naming convention (e.g. `master` to `main` ), similar to the pull request changes that were committed in the SparkFun Arduino Boards repo => sparkfun/Arduino_Boards#91 (comment) . No need to update the version number for the Arduino Apollo3 Core since these changes are just in the README.md.
1 parent 8969c06 commit 1c4031b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
2121
## Installation
2222
### **Arduino Boards Manager** (recommended)
2323
- Copy / paste the JSON package URL into the 'Additional Boards Manager URLs' field in Arduino preferences
24-
```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json```
25-
[https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json)
24+
```https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json```
25+
[https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json](https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json)
2626
- Open 'Boards Manager' and select 'SparkFun Apollo3 Boards' - install the latest version
2727

2828
### **Git** (development)

0 commit comments

Comments
 (0)