Skip to content

Commit 29507bc

Browse files
authored
Update README.md
1 parent e6c3c13 commit 29507bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The Arduino Language is the de-facto standard for embedded programming on hundre
77

88
The Arduino Language includes:
99

10-
* the [core API]([ArduinoCore-API](https://github.com/arduino/ArduinoCore-API)), i.e. a set of built-in classes, functions and constants that all platform-specific implementations shall provide (see the [language reference](https://www.arduino.cc/reference/en/) for user-facing documentation - [sources](https://github.com/arduino/reference-en) here)
11-
* the [Arduino official libraries](https://github.com/arduino-libraries) whose goal is to provide abstractions over the most used concepts, devices and data types
10+
* the [core API](https://github.com/arduino/ArduinoCore-API), i.e. a set of built-in classes, functions and constants that all platform-specific implementations shall provide
11+
* see the [language reference](https://www.arduino.cc/reference/en/) for user-facing documentation ([sources](https://github.com/arduino/reference-en) here)
12+
* the [official libraries](https://github.com/arduino-libraries) whose goal is to provide abstractions over the most used concepts, devices and data types
1213

1314
## How to contribute
1415

0 commit comments

Comments
 (0)