diff --git a/README.md b/README.md index df96c07..805ebab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Python SDK for signing IntentProof execution events locally. - `wrap()` / exporter / outbox aligned with the Node and Go SDKs - Ed25519 signing and canonical JSON -- No hosted ingest required for local capture and bundle export +- Local capture, signing, and bundle export ## Install diff --git a/src/intentproof/exporter.py b/src/intentproof/exporter.py index bbd6f8e..cad23b1 100644 --- a/src/intentproof/exporter.py +++ b/src/intentproof/exporter.py @@ -1,4 +1,4 @@ -"""HTTP export helpers for hosted ingest.""" +"""HTTP export helpers for optional event ingest.""" from __future__ import annotations