@r5v/mongoose-paginate 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Simple, Fast, Efficient
|
|
6
6
|
|
|
7
|
-
This project was designed to accomodate more than 80% of your
|
|
7
|
+
This project was designed to accomodate more than 80% of your daily workflow to remove the overhead of boilerplate code in handling each endpoint and keeping queries and query params simple. We didn't want you to have to learn a new language to use this product
|
|
8
8
|
|
|
9
9
|
## Basic Usage
|
|
10
10
|
|
|
@@ -123,4 +123,4 @@ $ yarn run start
|
|
|
123
123
|
5. remove protected fields
|
|
124
124
|
6. \$count
|
|
125
125
|
7. \$sort
|
|
126
|
-
8. apply options
|
|
126
|
+
8. apply options
|