Skip to content

Commit 4ab46d7

Browse files
authored
Merge pull request espressif#176 from computerscienceiscool/patch-1
Update README.md
2 parents ffd6b2b + ed7ffcd commit 4ab46d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Arduino CI Scripts
22

3-
This repos contains various scripts and tools related to running continuous integration (CI) checks on Arduino Library Repos. The operations include:
3+
This repo contains various scripts and tools related to running continuous integration (CI) checks on Arduino Library Repos. The operations include:
44

5-
* checking formatting using using [clang-format](https://clang.llvm.org/docs/ClangFormat.html),
6-
* generating documentation from source comments using using [Doxygen](https://www.doxygen.nl/), and
5+
* checking formatting using [clang-format](https://clang.llvm.org/docs/ClangFormat.html),
6+
* generating documentation from source comments using [Doxygen](https://www.doxygen.nl/), and
77
* building each example in the library for selected targets.
88

99
There is an associated guide available here:
@@ -74,5 +74,5 @@ clang-format -i File_To_Format.cpp
7474

7575
The `doxy_gen_and_deploy.sh` script uses [Doxygen](https://www.doxygen.nl/) to generate and deploy documentation
7676
for the library. Any issues, like missing documentation, will cause the CI to fail.
77-
See the [the guide](https://learn.adafruit.com/the-well-automated-arduino-library/doxygen) for details on installing and running doxygen locally. The guide also has some
78-
[tips](https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips) on basic usage of doxygen markup within your code.
77+
See the [guide](https://learn.adafruit.com/the-well-automated-arduino-library/doxygen) for details on installing and running Doxygen locally. The guide also has some
78+
[tips](https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips) on basic usage of Doxygen markup within your code.

0 commit comments

Comments
 (0)