Skip to content

Commit

Permalink
fix(cli-init): install "constructs" instead of "@aws-cdk/core"
Browse files Browse the repository at this point in the history
Now we need `constructs` instead of `@aws-cdk/core` when we create a new project.
  • Loading branch information
Elad Ben-Israel committed Mar 13, 2020
1 parent bba56f7 commit 6ccc03f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3,484 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is an early-stage, experimental project built with ❤️ by AWS. We encour

**cdk8s** apps are programs written in one of the supported programming
languages. They are structured as a tree of
[constructs](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html).
[constructs](https://github.com/aws/constructs).

The root of the tree is an `App` construct. Within an app, users define any
number of charts (classes that extend the `Chart` class). Each chart is
Expand Down
Loading

0 comments on commit 6ccc03f

Please sign in to comment.