Skip to content

Commit 266b36e

Browse files
authored
Add instruction for actually running a playground. (#92)
1 parent ee9f793 commit 266b36e

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
@@ -19,7 +19,7 @@ MongoDB for VS Code makes it easy to work with MongoDB, whether your own instanc
1919
MongoDB Playgrounds are the most convenient way to prototype and execute CRUD operations and other MongoDB commands directly inside VS Code.
2020

2121
- Prototype your queries, aggregations, and MongoDB commands with MongoDB syntax highlighting and intelligent autocomplete for MongoDB shell API, MongoDB operators, and for database, collection, and field names.
22-
- Run your playgrounds and see the results instantly
22+
- Run your playgrounds and see the results instantly. Click the play button in the tab bar to see the output.
2323
- Save your playgrounds in your workspace and use them to document how your application interacts with MongoDB
2424
- Build aggregations quickly with helpful and well-commented stage snippets
2525

0 commit comments

Comments
 (0)