From 8ed77dc84793affd913620718b7dc7c090c4b8bf Mon Sep 17 00:00:00 2001 From: Kyle Bloom Date: Wed, 24 Sep 2025 13:55:33 +0100 Subject: [PATCH] Fix typo in paconn-cli readme --- tools/paconn-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/paconn-cli/README.md b/tools/paconn-cli/README.md index 4ebc39707f..39f07f94a3 100644 --- a/tools/paconn-cli/README.md +++ b/tools/paconn-cli/README.md @@ -8,7 +8,7 @@ The `paconn` command-line tool is designed to aid Microsoft Power Platform custo ## Installing -1. Install Python 3.5+ from [https://www.python.org/downloads](Python downloads). Select the 'Download' link on any version of Python greater than Python 3.5. For Linux and macOS X, follow the appropriate link on the page. You can also install using an OS-specific package manager of your choice. +1. Install Python 3.5+ from [Python downloads](https://www.python.org/downloads). Select the 'Download' link on any version of Python greater than Python 3.5. For Linux and macOS X, follow the appropriate link on the page. You can also install using an OS-specific package manager of your choice. 2. Run the installer to begin installation and be sure to check the box 'Add Python X.X to PATH'.