Skip to content

Commit

Permalink
docs: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo authored Nov 7, 2022
1 parent 86e9b0c commit 3096d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Steps required to define a _environmental_ project resources; At first, it might
```ts
// lib/environment.ts
import { Construct } from 'constructs';
import { EnvironmentWrapper } from '@alma-cdk/project';
import { MyStack } from './my-stack';
Expand Down

0 comments on commit 3096d5b

Please sign in to comment.