From 7c84e525979fc7252445c07928005cb2143a4ae2 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Wed, 12 Dec 2018 07:25:43 -0700 Subject: [PATCH] Fix codeblock syntax highlighting in docs (#1740) --- docs/api-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-stream.md b/docs/api-stream.md index 53277e6a6..e2c033bc8 100644 --- a/docs/api-stream.md +++ b/docs/api-stream.md @@ -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') ```