🔍 chore: Clean Up Documentation Part 2 (#2218)

This commit is contained in:
Danny Avila 2024-03-26 13:48:20 -04:00 committed by GitHub
parent 7f83a060a0
commit ea54cf03e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -177,10 +177,10 @@ Run command to create the admin user:
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })
```
You should see an "ok" output:
> { ok: 1 }
You should see an "ok" output.
You can also confirm the admin was created by running `show users`:
```bash
# example input/output
admin> show users