Skip to content

Commit f6749cb

Browse files
committed
✨ feat: update package name from wave-telecom to wave-tech in README.md
1 parent 7b0655b commit f6749cb

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
@@ -58,12 +58,12 @@ Below are the steps you need to follow to install the framework.
5858

5959
1. Install the package with a package manager of your choice (npm, pnpm, yarn, etc.)
6060
```typescript
61-
npm install @wave-telecom/framework
61+
npm install @wave-tech/framework
6262
```
6363

6464
2. Import the resources you need
6565
```typescript
66-
import { Logger } from '@wave-telecom/framework/core';
66+
import { Logger } from '@wave-tech/framework/core';
6767
```
6868

6969
3. Use the package

0 commit comments

Comments
 (0)