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

Commit 3482258

Browse files
Fixing readme to properly reference directly loading module
1 parent f85e4c4 commit 3482258

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
@@ -32,7 +32,7 @@ A zero configuration configuration loader
3232
```js
3333
// server.js
3434
var fs = require('fs');
35-
var fetchConfig = require('playdoh-server/config')
35+
var fetchConfig = require('zero-config')
3636

3737
var config = fetchConfig(__dirname, {
3838
dcValue: fs.existsSync('/etc/zero-config/datacenter') ?

0 commit comments

Comments
 (0)