Skip to content

Commit ca5bd0d

Browse files
committed
docs: update installation paths
1 parent 932538f commit ca5bd0d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ over the protocol) and A2A **clients** (applications discovering and driving
2020
those agents) — one package, three wire transports (JSON-RPC,
2121
HTTP+JSON/REST, gRPC), and an opt-in compatibility layer for v0.3 peers.
2222

23-
- 🚀 **v1.0 beta release** tracking [A2A Protocol Specification v1.0](https://a2a-protocol.org/v1.0.0/specification/).
23+
- 🚀 **v1.0 stable release** implementing [A2A Protocol Specification v1.0](https://a2a-protocol.org/v1.0.0/specification/).
2424
- 🔌 **Three transports** — JSON-RPC, HTTP+JSON/REST, and gRPC (Node-only),
2525
all backed by a single `DefaultRequestHandler`.
2626
- 🔄 **v0.3 backward compatibility** as an opt-in layer so v1.0 deployments
2727
can interoperate with peers still on v0.3 during a staged migration.
2828

2929
## Installation
3030

31-
You can install the A2A SDK using `npm`. The v1.0 beta release is now available:
31+
You can install the A2A SDK using `npm`:
3232

3333
```bash
34-
npm install @a2a-js/sdk@next
34+
npm install @a2a-js/sdk
3535
```
3636

3737
### For Server Usage

docs/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ model changes (renamed fields, restructured types, new operations), see:
1414
- Install the v1.0 SDK:
1515

1616
```bash
17-
npm install @a2a-js/sdk@next
17+
npm install @a2a-js/sdk
1818
```
1919

2020
> Migrating all v0.3 clients to v1.0 during upgrade is not required: the v1.0 SDK

0 commit comments

Comments
 (0)