Skip to content

Commit 6da33b6

Browse files
committed
Add some readme syntax highlighting
1 parent 08015a3 commit 6da33b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ md.end({ file: __dirname + '/files/main.js' });
1818

1919
output:
2020

21-
```
21+
```json
2222
$ node example/deps.js
2323
[
2424
{"id":"/home/substack/projects/module-deps/example/files/main.js","source":"var foo = require('./foo');\nconsole.log('main: ' + foo(5));\n","entry":true,"deps":{"./foo":"/home/substack/projects/module-deps/example/files/foo.js"}}
@@ -32,7 +32,7 @@ $ node example/deps.js
3232
and you can feed this json data into
3333
[browser-pack](https://github.com/browserify/browser-pack):
3434

35-
```
35+
```bash
3636
$ node example/deps.js | browser-pack | node
3737
main: 1055
3838
```

0 commit comments

Comments
 (0)