Skip to content

Commit 9c4a01b

Browse files
committed
Fix typos in platforms input documentation
These are some copy/paste errors caused by basing the `platform` input's documentation on the `libraries` input documentation.
1 parent a8421c3 commit 9c4a01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Keys:
5353
Keys:
5454
- `source-url` - URL to clone the repository from. It must start with `git://` or end with `.git`.
5555
- `version` - [Git ref](https://git-scm.com/book/en/v2/Git-Internals-Git-References) of the repository to checkout. The special version name `latest` will cause the latest tag to be used. By default, the repository will be checked out to the tip of the default branch.
56-
- `source-path` - path to install as a library. Paths are relative to the root of the repository. The default is to install from the root of the repository.
56+
- `source-path` - path to install as a platform. Paths are relative to the root of the repository. The default is to install from the root of the repository.
5757
- `name` - platform name in the form of `VENDOR:ARCHITECTURE`.
5858

5959
##### Archive download
6060

6161
Keys:
6262
- `source-url` - download URL for the archive (e.g., `https://github.com/arduino/ArduinoCore-avr/archive/master.zip`).
63-
- `source-path` - path to install as a library. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder. The default is to install from the root folder of the archive.
63+
- `source-path` - path to install as a platform. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder. The default is to install from the root folder of the archive.
6464
- `name` - platform name in the form of `VENDOR:ARCHITECTURE`.
6565

6666
### `libraries`

0 commit comments

Comments
 (0)