diff --git a/README.md b/README.md index 758c488..4f9d16e 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,13 @@ apri testing/index.html ``` +```bash + #Comandi utili per vedere dati db su mongosh mongosh show dbs use simple_db show collections db.items.find() + ```