Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Updated inserting tasks from the console #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/shared/explanations.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Items inside collections are called _documents_. Let's use the server database c
meteor mongo
```

*Note: For newer version of mongo you may need to run ```meteor add autopublish``` for your tasks collection to be automatically published to the client.

This opens a console into your app's local development database. Into the prompt, type:

```js
Expand Down