Skip to content

Commit

Permalink
Fix codeblock syntax highlighting in docs (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored and reconbot committed Dec 12, 2018
1 parent db5a299 commit 7c84e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is the Node.js Stream Interface for SerialPort. For more information on Nod

You also get the stream interface by requiring the [`serialport`](api-serialport.md) package which comes with a default set of Bindings and Parsers.

```
```js
// To get a default set of Bindings and Parsers
const SerialPort = require('serialport')
```
Expand Down

0 comments on commit 7c84e52

Please sign in to comment.