From 160d8cd667abe49af259b89e99b5709892139af8 Mon Sep 17 00:00:00 2001 From: Richard Hooper Date: Tue, 24 Jun 2025 10:53:50 +0100 Subject: [PATCH] Update README.md you will get an error if it is not in this order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b783456..aa2c5fc 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ You need to get the following secrets form the Azure Portal and Azure AI Studio ```powershell $secrets = @{ apiURI = "" - apiVersion = "" apiKey = "" + apiVersion = "" deploymentName = "" } @@ -249,4 +249,4 @@ We are continuously evolving PSAI Agents to meet more diverse automation needs: For questions or feedback, open an issue on GitHub or reach out via [Twitter](https://x.com/dfinke) or [LinkedIn](https://www.linkedin.com/in/douglasfinke/). -Happy Automating! \ No newline at end of file +Happy Automating!