Skip to content

Commit 48069c1

Browse files
committed
docs(README): syntax highlight
1 parent 7bac09f commit 48069c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ npm install arraybuffer-loader --save-dev
1111

1212
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
1313

14-
```
14+
```js
1515
var buffer = require('arraybuffer!./data.dat')
1616
var array = new Uint8Array(buffer)
1717

0 commit comments

Comments
 (0)