Skip to content

Commit 9bedf64

Browse files
Copilotscottaddie
andauthored
Standardize PATH formatting in Prerequisites sections across all READMEs
Co-authored-by: scottaddie <10702007+scottaddie@users.noreply.github.com>
1 parent 6ed8ea3 commit 9bedf64

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SDK for programmatic control of GitHub Copilot CLI.
55
## Prerequisites
66

77
- Any of the [.NET Standard 2.0-compatible .NET implementations](https://learn.microsoft.com/dotnet/standard/net-standard?tabs=net-standard-2-0#select-net-standard-version)
8-
- GitHub Copilot CLI installed and in PATH (or provide custom `Connection = RuntimeConnection.ForStdio(path: ...)`)
8+
- GitHub Copilot CLI installed and in `PATH` (or provide custom `Connection = RuntimeConnection.ForStdio(path: ...)`)
99

1010
## Installation
1111

nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TypeScript SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
55
## Prerequisites
66

77
- Node.js ^20.19.0 or >=22.12.0
8-
- GitHub Copilot CLI installed and in PATH (or provide a custom `connection`)
8+
- GitHub Copilot CLI installed and in `PATH` (or provide a custom `connection`)
99

1010
## Installation
1111

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python SDK for programmatic control of GitHub Copilot CLI via JSON-RPC.
55
## Prerequisites
66

77
- Python 3.11+
8-
- GitHub Copilot CLI installed and in PATH (or provide a custom `connection=RuntimeConnection.for_stdio(path=...)`)
8+
- GitHub Copilot CLI installed and in `PATH` (or provide a custom `connection=RuntimeConnection.for_stdio(path=...)`)
99

1010
## Installation
1111

0 commit comments

Comments
 (0)