Skip to content

Commit 58178f3

Browse files
committed
Explicitly describe status badge syntax
1 parent f07f1a4 commit 58178f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ You can show Arduino CI status with a badge in your repository `README.md`
4444
[![Arduino CI](https://github.com/<OWNER>/<REPOSITORY>/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
4545
```
4646

47-
> Note that `Arduino%20CI` in the URL matches the `name: Arduino CI` line in the example YAML files above
47+
> Note that
48+
> * you must replace `<OWNER>` with your GitHub username
49+
> * you must replace `<REPOSITORY>` with the name of the GitHub repository
50+
> * `Arduino%20CI` in the URL must match the `name: Arduino CI` line in the example YAML files above

0 commit comments

Comments
 (0)