Skip to content

Commit 2d994f1

Browse files
Update README.md
1 parent 21003c8 commit 2d994f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ deactivate
333333
docker stop mongodb
334334
```
335335
* Access DB
336-
* GUI: Install [MongoDB Compass](https://www.mongodb.com/try/download/compass)
336+
* **GUI**: Install [MongoDB Compass](https://www.mongodb.com/try/download/compass)
337337
![compass](img/compass.png)
338-
* Shell
338+
* **Shell**
339339
```bash
340340
# install mongo client
341341
asdf install mongodb latest
@@ -346,7 +346,7 @@ deactivate
346346
# list databases
347347
show dbs
348348
```
349-
* Python (ayyyy)
349+
* **Python** (ayyyy)
350350
```python
351351
# ./nosql/mongo/mongo_mvp.py
352352
import pymongo

0 commit comments

Comments
 (0)