Skip to content

Commit 09acd88

Browse files
committed
chore(deps): update production secrets dependency
1 parent 4a0d465 commit 09acd88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const config = {
138138
### ✅ After OneSeal
139139
```typescript
140140
// index.ts
141-
import { State } from '@company/production-secrets';
141+
import { State } from '@contoso/my-infra';
142142

143143
const state = new State();
144144
const outputs = await state.initialize();
@@ -155,7 +155,7 @@ const redis = outputs.cache.redis;
155155
// ^-- No more "what was that env var called?"
156156

157157
// New dev onboarding is now:
158-
// 1. npm install @company/production-secrets
158+
// 1. npm install @contoso/my-infra
159159
// 2. That's it. Seriously.
160160

161161
// 🎉 Benefits:

0 commit comments

Comments
 (0)