diff --git a/README.md b/README.md index 7625c93..79c0879 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Patternfly documentation core contains the base packages needed to build and rel Using this package for your documentation is accomplished in just a few simple steps: -1. Run `npx patternfly-doc-core@latest setup` from the root of your repo. This will: +1. Run `npx @patternfly/patternfly-doc-core@latest setup` from the root of your repo. This will: - add the documentation core as a dependency in your package - add the relevant scripts for using the documentation core to your package scripts - create the configuration file for customizing the documentation core diff --git a/cli/cli.ts b/cli/cli.ts index 7c4f7f2..a3512c5 100755 --- a/cli/cli.ts +++ b/cli/cli.ts @@ -24,7 +24,7 @@ function updateContent(program: Command) { } const astroRoot = import.meta - .resolve('patternfly-doc-core') + .resolve('@patternfly/patternfly-doc-core') .replace('dist/cli/cli.js', '') .replace('file://', '') const currentDir = process.cwd()