Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 407a145

Browse files
Removing colon as it was the only appearing colon in the readme
1 parent 3482258 commit 407a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A zero configuration configuration loader
3131

3232
```js
3333
// server.js
34-
var fs = require('fs');
34+
var fs = require('fs')
3535
var fetchConfig = require('zero-config')
3636

3737
var config = fetchConfig(__dirname, {

0 commit comments

Comments
 (0)