Skip to content

Commit d4418ef

Browse files
authored
Update README.md
1 parent 47ebf23 commit d4418ef

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
@@ -16,8 +16,8 @@ This library can be installed through the Arduino IDE library manager like so:
1616

1717
### Note
1818
Starting from version 1.2.0 this Servo-Library is compatible with all the [original Arduino Servo Library](https://github.com/arduino-libraries/Servo) - commands available. Besides that, following functions are added:
19-
* attach(int pin, int min, int max, int defaultPos);
20-
* detachAll();
19+
* ```attach(int pin, int min, int max, int defaultPos);```
20+
* ```detachAll()```;
2121

2222
### Built With
2323
* [Visual Studio 2019](https://visualstudio.microsoft.com/) - IDE used for programming

0 commit comments

Comments
 (0)