Skip to content

Commit 7a046f7

Browse files
committed
you're doing great
1 parent 66646aa commit 7a046f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

046_mongodb/12_aggregate/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Aggregations operations process data records and return computed results. Aggreg
1010

1111
There are two functions you can use:
1212

13-
1. [db.collection.count()](https://docs.mongodb.com/manual/reference/method/db.collection.count/#db.collection.count)
14-
1. db.collection.distinct()
13+
[db.collection.count()](https://docs.mongodb.com/manual/reference/method/db.collection.count/#db.collection.count)
14+
15+
[db.collection.distinct()](https://docs.mongodb.com/manual/reference/method/db.collection.distinct/#db.collection.distinct)
1516

1617
### examples - count()
1718
```

0 commit comments

Comments
 (0)