Skip to content

Commit b14b996

Browse files
committed
Update readme syntax highlighting
1 parent 63f272d commit b14b996

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ usbDetect.find(function(err, devices) {
171171

172172
### The script/process is not exiting/quiting
173173

174-
```
174+
```js
175175
var usbDetect = require('usb-detection');
176176

177177
// Do some detection
@@ -188,6 +188,6 @@ We have a suite of Mocha/Chai tests.
188188

189189
The tests require some manual interaction of plugging/unplugging a USB device. Follow the cyan background text instructions.
190190

191-
```
191+
```sh
192192
npm test
193193
```

0 commit comments

Comments
 (0)