Skip to content

Commit a3c6c60

Browse files
committed
fixed reference to config.json
1 parent de214bf commit a3c6c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labs/data_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
3. Run `npm install --save mongodb`
2222
4. Create a file named `config`
2323

24-
Inside of `connection.json` create an object with a member object called `"connection"` like the following.
24+
Inside of `config.json` create an object with a member object called `"connection"` like the following.
2525
```
2626
{
2727
"connection":{

0 commit comments

Comments
 (0)