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

Commit c73ec07

Browse files
committed
docs(readme): Improves usage instructions.
1 parent 20cec63 commit c73ec07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
1. For each entity you will need to do the following.
77
1. [Create Id and Entity interfaces](#id-and-entity-interface).
88
1. [Create a facade config](#facade-config).
9-
1. [Call the facade with the config and interfaces](#calling-the-facade).
9+
1. [Construct the facade with the config and interfaces](#calling-the-facade).
10+
1. [Use the facade](https://github.com/js-entity-repos/core/blob/master/docs/facade.md).
1011

1112
### Id and Entity Interface
1213

@@ -36,7 +37,7 @@ const todoFacadeConfig = {
3637
};
3738
```
3839

39-
### Calling the Facade
40+
### Construct the Facade
4041

4142
```ts
4243
import { facade } from '@js-entity-repos/memory';

0 commit comments

Comments
 (0)