diff --git a/packages/cli/templates/web-library-package/README.md.hbs b/packages/cli/templates/web-library-package/README.md.hbs index fb866284b2..0e2813c87a 100644 --- a/packages/cli/templates/web-library-package/README.md.hbs +++ b/packages/cli/templates/web-library-package/README.md.hbs @@ -1,4 +1,4 @@ -# {{id}} +# {{name}} _This package was created through the Backstage CLI_. @@ -8,5 +8,5 @@ Install the package via Yarn: ```sh cd # if within a monorepo -yarn add @backstage/{{id}} +yarn add {{name}} ```