diff --git a/README.md b/README.md index 75dd966..b3a3c72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Description -A very simple cross-platform utility to fetch secrets from (Azure Key Vault)[https://azure.microsoft.com/ru-ru/services/key-vault/] without using grotesque (Azure Portal)[portal.azure.com] UI +A very simple cross-platform utility to fetch secrets from [Azure Key Vault](https://azure.microsoft.com/ru-ru/services/key-vault/) without using grotesque [Azure Portal](portal.azure.com) UI # Installation diff --git a/package.json b/package.json index 800daa3..35fc1f2 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,16 @@ { "name": "azkvb", - "version": "1.0.2", + "version": "1.0.3", "description": "", "main": "./index.js", "bin": { "azkvb": "./index.js" }, + "keywords": [ + "cli", + "azure", + "keyvault" + ], "author": "Eranikid", "repository": { "type": "git",