Skip to content

Commit acb96e5

Browse files
committed
Merge pull request #42 from ifraixedes/patch-1
Fixed example in readme.md
2 parents 40a06ec + 4166534 commit acb96e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

readme.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,7 @@ var port = 35729;
7171

7272
// tinylr(opts) => new tinylr.Server(opts);
7373
tinylr().listen(port, function() {
74-
if(err) {
75-
// deal with err
76-
return;
77-
}
78-
79-
console.log('... Listening on %s (pid: %s) ...', port);
74+
console.log('... Listening on %s ...', port);
8075
})
8176
```
8277

0 commit comments

Comments
 (0)