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

Commit b2ba25c

Browse files
committed
docs: Corrects package description.
1 parent 2349327 commit b2ba25c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@js-entity-repos/core",
33
"version": "1.0.0",
4-
"description": "Provides common interfaces and tests for js-entities-repos.",
4+
"description": "Provides common interfaces and tests for concrete implementations of js-entity-repos.",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/js-entity-repos/core"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# core
2-
> Provides common interfaces and tests for js-entities-repos.
2+
> Provides common interfaces and tests for concrete implementations of js-entity-repos.
33
44
### Usage
55
- Install it with `npm i @js-entity-repos/core`.

0 commit comments

Comments
 (0)