Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit fee69ae

Browse files
authored
docs(readme): Fixes Feathers link.
1 parent faf3da2 commit fee69ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- See it in action in the [todos example application](https://github.com/js-entity-repos/todos).
88

99
### FeathersJS
10-
The project has some similarities with parts of the [FeathersJS framework](feathersjs.com), but unfortunately I've found the following issues with FeathersJS.
10+
The project has some similarities with parts of the [FeathersJS framework](https://feathersjs.com), but unfortunately I've found the following issues with FeathersJS.
1111

1212
- Their pagination uses skip and limit instead of cursors which causes [issues as discussed by Rakhitha Nimesh](https://www.sitepoint.com/paginating-real-time-data-cursor-based-pagination/).
1313
- Their service interface is missing some functions provided in the [Facade](./docs/facade.md) here.

0 commit comments

Comments
 (0)