From af566d05c5ffd8da584f22a6f2a754d32d1ba69c Mon Sep 17 00:00:00 2001 From: geobelsky Date: Sat, 28 Mar 2026 09:25:14 +0000 Subject: [PATCH] fix: rename axme-spec references to axp-spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c538328..f0ca338 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ axme-sdk-python/ | Repository | Role | |---|---| | [axme-docs](https://github.com/AxmeAI/axme-docs) | Full API reference and integration guides | -| [axme-spec](https://github.com/AxmeAI/axme-spec) | Schema contracts this SDK implements | +| [axp-spec](https://github.com/AxmeAI/axp-spec) | Schema contracts this SDK implements | | [axme-conformance](https://github.com/AxmeAI/axme-conformance) | Conformance suite that validates this SDK | | [axme-examples](https://github.com/AxmeAI/axme-examples) | Runnable examples using this SDK | | [axme-sdk-typescript](https://github.com/AxmeAI/axme-sdk-typescript) | TypeScript equivalent |