Skip to content
Prev Previous commit
Fixed format issue
  • Loading branch information
raych1 authored and azure-sdk committed Sep 18, 2025
commit c6d3c879c21e97d5792a94ec72546dab9b00709b
3 changes: 2 additions & 1 deletion eng/common/tsp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cd eng/common/tsp-client

# Install dependencies
npm ci
```

## Usage

Expand Down Expand Up @@ -65,7 +66,7 @@ If you need to manually update the tsp-client version:
```json
{
"dependencies": {
"@azure-tools/typespec-client-generator-cli": "0.8.0"
"@azure-tools/typespec-client-generator-cli": "0.28.1"
}
}
```
Expand Down