Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit 9eb7851

Browse files
codeclownkpdecker
authored andcommitted
Uniform code example syntax
1 parent e03e1fc commit 9eb7851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Note that some cases may omit a particular flag field. Comparison on the flag fi
141141
Basic example in Node
142142
143143
```js
144-
require('colors')
144+
require('colors');
145145
var jsdiff = require('diff');
146146
147147
var one = 'beep boop';
@@ -157,7 +157,7 @@ diff.forEach(function(part){
157157
process.stderr.write(part.value[color]);
158158
});
159159
160-
console.log()
160+
console.log();
161161
```
162162
Running the above program should yield
163163

0 commit comments

Comments
 (0)