Skip to content

Commit

Permalink
fix(docs): fix dependency for @aws/pdk/monorepo (not nx-monorepo) (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmsles authored Oct 4, 2023
1 parent a84d746 commit b4f5e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting_started/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Now that the new dependency is installed, we can perform the following modificat
-
-const monorepo = new NxMonorepoProject({
+import { CloudscapeReactTsWebsiteProject } from "@aws/pdk/cloudscape-react-ts-website";
+import { MonorepoTsProject } from "@aws/pdk/nx-monorepo";
+import { MonorepoTsProject } from "@aws/pdk/monorepo";
+import {
+ DocumentationFormat,
+ Language,
Expand Down

0 comments on commit b4f5e0f

Please sign in to comment.