Skip to content

Commit 4fb9820

Browse files
authored
Fix typos in README (espressif#87)
1 parent 39087b3 commit 4fb9820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The purpose of this repo is to create a centrally managed dependency
44
install script for all Adafruit Arduino Library Travis CI and Github Actions configs.
55
This will allow us to easily update the install steps without
6-
having to manually or programatically update 100+ `.travis.yml` files.
6+
having to manually or programmatically update 100+ `.travis.yml` files.
77

88
We have a guide that you can use to follow along to install both TravisCI and Doxygen generation here https://learn.adafruit.com/the-well-automated-arduino-library/
99

@@ -17,7 +17,7 @@ source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/
1717
```
1818

1919
If you only want to install and build on certain platforms, you can set the
20-
`INSTALL_PLATFORMS` envionrment variable to a comma-seperated list of platforms.
20+
`INSTALL_PLATFORMS` environment variable to a comma-separated list of platforms.
2121

2222
**Example `.travis.yml`:**
2323
```yaml

0 commit comments

Comments
 (0)