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

Commit 650cae0

Browse files
committed
docs(readme): Corrects heading.
1 parent c177941 commit 650cae0

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
@@ -4,12 +4,12 @@
44
### Usage
55
1. Install it with `npm i @js-entity-repos/memory`.
66
1. For each entity you will need to do the following.
7-
1. [Create Id and Entity interfaces](#id-and-entity-interface).
7+
1. [Create Entity interfaces](#entity-interface).
88
1. [Create a facade config](#facade-config).
99
1. [Construct the facade with the config and interfaces](#calling-the-facade).
1010
1. [Use the facade](https://github.com/js-entity-repos/core/blob/master/docs/facade.md).
1111

12-
### Id and Entity Interface
12+
### Entity Interface
1313

1414
```ts
1515
import Entity from '@js-entity-repos/core/dist/types/Entity';

0 commit comments

Comments
 (0)