Skip to content

Commit 268e338

Browse files
committed
adds missing code fence and information on release ingressing in README
1 parent 8fc1704 commit 268e338

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ For usage examples, see the [examples](./examples) directory.
3131

3232
### Installation via Arduino IDE
3333

34-
For installation via the Arduino IDE, see [docs.arduino.cc](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library/).
34+
For installation via the Arduino IDE, see [docs.arduino.cc](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library/).
3535

3636
### Installation via Arduino CLI
3737

38-
To install the latest version using `arduino-cli`, use the following command:
38+
To install the latest version using `arduino-cli`, use the following command:
3939

4040
```shell
4141
arduino-cli lib install SCServo
@@ -63,7 +63,7 @@ Once the installation of unsafe libraries is enabled, the `SCServo` library may
6363

6464
```shell
6565
arduino-cli lib install --git-url "https://github.com/workloads/scservo.git"
66-
66+
```
6767

6868
## Development
6969

@@ -115,6 +115,12 @@ parts:
115115

116116
Note that there are differences in the memory table definitions of different series of servos.
117117

118+
### Release Ingressing
119+
120+
New (GitHub) releases of this library are automatically ingressed by the Arduino Library Manager.
121+
122+
A log of currently "visible" releases can be found at [downloads.arduino.cc](https://downloads.arduino.cc/libraries/logs/github.com/workloads/scservo/).
123+
118124
## Contributors
119125

120126
For a list of current (and past) contributors to this repository, see [GitHub](https://github.com/workloads/scservo/graphs/contributors).

0 commit comments

Comments
 (0)