Skip to content

Commit fe5d0d0

Browse files
authored
Update README.md (#43)
1 parent a65d6c1 commit fe5d0d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,19 @@ await myEvent.publish(EVENT_BUS_ARN, "lambda.amazonaws.com");
103103
With npm:
104104

105105
```
106-
npm install --save-dev eventbridge-toolbox
106+
npm install --save-dev @aleios-cloud/eventbridge-toolbox
107107
```
108108

109109
With yarn:
110110

111111
```
112-
yarn add -D eventbridge-toolbox
112+
yarn add -D @aleios-cloud/eventbridge-toolbox
113113
```
114114

115115
With pnpm:
116116

117117
```
118-
pnpm add -D eventbridge-toolbox
118+
pnpm add -D @aleios-cloud/eventbridge-toolbox
119119
```
120120

121121
## Contributors

0 commit comments

Comments
 (0)