update {{id}} to {{name}}

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-12-09 06:55:41 -06:00
committed by Kurt King
parent b2aedb6b32
commit bfe30cfbb3
@@ -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 <package-dir> # if within a monorepo
yarn add @backstage/{{id}}
yarn add {{name}}
```