Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 080259e

Browse files
committed
Typo in markdown in readme
1 parent 10783e2 commit 080259e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ setTimeout(function(){
5151
```
5252

5353
If the device has several CDC ACM interfaces and finer control is needed,
54-
```
54+
```js
5555
// An options object with the baud rate is optional.
5656
let stream = new UsbCdcAcm(device.interfaces[0], { baudRate: 1000000});
5757
```

0 commit comments

Comments
 (0)