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

Commit d797a81

Browse files
committed
docs(readme): Adds note about js-entity-repos/express.
1 parent e76c2d9 commit d797a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1. [Construct the facade](#construct-the-facade).
1010
1. [Use the facade](https://github.com/js-entity-repos/core/blob/master/docs/facade.md).
1111

12+
Note that you'll probably want to use this with [the Express implementation of js-entity-repos](https://github.com/js-entity-repos/express).
13+
1214
### Entity Interface
1315

1416
```ts
@@ -51,8 +53,6 @@ const todoFactoryConfig: FactoryConfig<TodoEntity> = {
5153
};
5254
```
5355

54-
The tests in this package contain a [demonstration of how to implement an Express router for the functions in this facade](./src/utils/expressPresenter).
55-
5656
### Construct the Facade
5757

5858
```ts

0 commit comments

Comments
 (0)