diff --git a/README.md b/README.md index bc0fac5..f6029b7 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,9 @@ Document created with ID: a1b2c3d4-e5f6-7890-abcd-ef1234567890 futriix:~> create users '{"name": "Мария", "age": 30, "city": "Санкт-Петербург"}' Document created with ID: b2c3d4e5-f6g7-8901-bcde-f23456789012 +futriix:~> delete users "b2c3d4e5-f6g7-8901-bcde-f23456789012" +Document deleted from collection 'users': b2c3d4e5-f6g7-8901-bcde-f23456789012 + futriix:~> list users Documents in collection: [{"_id":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","name":"Иван","age":25,"city":"Москва"},{"_id":"b2c3d4e5-f6g7-8901-bcde-f23456789012","name":"Мария","age":30,"city":"Санкт-Петербург"}]