Skip to content

Commit 3cf7196

Browse files
docs(README.md): update.
1 parent 05107ed commit 3cf7196

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ import { HooksCore } from '@typescript-package/hooks';
6464
Base abstraction class for hooks functionality.
6565

6666
```typescript
67-
import { HooksBase } from '@typescript-package/example';
67+
import { HooksBase } from '@typescript-package/hooks';
6868
```
6969

70-
[Source](https://github.com/typescript-package/hooks/blob/main/src/lib/hooks-base.ts)
70+
[Source](https://github.com/typescript-package/hooks/blob/main/src/lib/hooks-base.abstract.ts)
7171

7272
## `ObjectHooksBase`
7373

7474
The base abstraction class for object hooks functionality.
7575

7676
```typescript
77-
import { ObjectHooksBase } from '@typescript-package/example';
77+
import { ObjectHooksBase } from '@typescript-package/hooks';
7878

7979
class ReactiveObject<T extends object> extends ObjectHooksBase<T> {
8080
private data: T;
@@ -200,7 +200,6 @@ MIT © typescript-package ([license][typescript-package-license])
200200
- **[@typescript-package/type](https://github.com/typescript-package/type)**: Utility types to enhance and simplify **TypeScript** development.
201201
- **[@typescript-package/wrapper](https://github.com/typescript-package/wrapper)**: A **lightweight TypeScript** library to wrap the text with the opening and closing chars.
202202

203-
204203
<!-- This package: typescript-package -->
205204
<!-- GitHub: badges -->
206205
[typescript-package-badge-issues]: https://img.shields.io/github/issues/typescript-package/hooks

0 commit comments

Comments
 (0)