* Update README.md

Fix the shortcut to run a scrapbook
This commit is contained in:
Prashanth 2017-09-18 10:21:59 -07:00 коммит произвёл GitHub
Родитель 57a14639c6
Коммит 9b76f86ca3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ With this extension, you can:
- Click on any DB to open the Mongo shell playground editor
- Enter your scripts, eg: `db.<collectionName>.find()`
- IntelliSense (completions) will be provided as you write your scripts
- Select the script and press `CMD+'` (`CTRL+'` on Windows and Linux) to see the results
- Select the script and press `CMD+"` (`CTRL+"` on Windows and Linux) to see the results
- Edit your documents, right click, and choose the `Update` command to persist changes to the database
# Contributing