From 26ba6a0e5f0bdbaaf9442143607ae1aa60091c74 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Wed, 11 Oct 2023 09:51:45 -0400 Subject: [PATCH] Update README.md --- kiota-gen/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kiota-gen/README.md b/kiota-gen/README.md index 90687f7..25ffdeb 100644 --- a/kiota-gen/README.md +++ b/kiota-gen/README.md @@ -48,6 +48,7 @@ You can optionally customize the above behavior. This is done by setting ENV var The following ENV variables are available: | Variable Name | Description | Default Value | -| KIOTA_VERSION | The version of Kiota to use. | `latest` | +| ------------------- | ----------------------------- | ------------- | +| KIOTA_VERSION | The version of Kiota to use. | `latest` | | KIOTA_DOWNLOAD_URL | Where to download Kiota from. | `https://github.com/microsoft/kiota/releases/download` | -| KIOTA_DOWNLOAD_DIR | Where to download Kiota to. | `./.kiota` | +| KIOTA_DOWNLOAD_DIR | Where to download Kiota to. | `./.kiota` |