Skip to content

Commit 026169a

Browse files
authored
Update README.md
1 parent cb6adc9 commit 026169a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ Hans McMurdy is an experianced web developer and coding teacher.
3636
This is a brief mongo tutorial in GitPod and originally built for docker and docker compose which you can see [here](https://github.com/HansUXdev/OSS-Books/tree/master/JavaScript-First/00-JavaScript-DataBases/mongo).
3737

3838
## Using Mongo Shell to build a database
39+
Type the following into a NEW terminal: ` mongo`. Because no one in chat wanted to help me run it in headless mode (thanks, support :-) ).
40+
3941
Lets go ahead and create a new *collection* and use it.
4042

41-
Type the following into the terminal: `use learnMongo`.
43+
Type the following into the terminal: `use mongo`.
4244

4345
We can then show the database we are using by using the `db` command.
4446

0 commit comments

Comments
 (0)