diff --git a/README.md b/README.md index 7969e49..d7a29dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ๐Ÿค Code of Conduct: Kept ๐Ÿงช Coverage ๐Ÿ“ License: MIT - ๐Ÿ“ฆ npm version + ๐Ÿ“ฆ npm version ๐Ÿ’ช TypeScript: Strict

@@ -73,7 +73,7 @@ It's possible to integrate `home-run` into a `package.json` script like so: ```json "scripts": { - "home-run": "@investec/home-run --mode explicit --subscriptionName our-subscription --resourceGroupName rg-our-resource-group --type containerapp --name ca-ourapp-dev --keyVaultName kv-ourapp-dev --appLocation ./src/OurContainerApp" + "home-run": "home-run --mode explicit --subscriptionName our-subscription --resourceGroupName rg-our-resource-group --type containerapp --name ca-ourapp-dev --keyVaultName kv-ourapp-dev --appLocation ./src/OurContainerApp" } ``` @@ -123,7 +123,7 @@ To integrate `home-run` into your `package.json` scripts, you can do something l ```json "scripts": { - "home-run": "@investec/home-run --mode resourcegroup --subscriptionName our-subscription --resourceGroupName rg-our-resource-group --type containerapp --appLocation ./src/OurContainerApp" + "home-run": "home-run --mode resourcegroup --subscriptionName our-subscription --resourceGroupName rg-our-resource-group --type containerapp --appLocation ./src/OurContainerApp" } ```