1 parent 4a0d465 commit 09acd88Copy full SHA for 09acd88
1 file changed
README.md
@@ -138,7 +138,7 @@ const config = {
138
### ✅ After OneSeal
139
```typescript
140
// index.ts
141
-import { State } from '@company/production-secrets';
+import { State } from '@contoso/my-infra';
142
143
const state = new State();
144
const outputs = await state.initialize();
@@ -155,7 +155,7 @@ const redis = outputs.cache.redis;
155
// ^-- No more "what was that env var called?"
156
157
// New dev onboarding is now:
158
-// 1. npm install @company/production-secrets
+// 1. npm install @contoso/my-infra
159
// 2. That's it. Seriously.
160
161
// 🎉 Benefits:
0 commit comments