From afd3e216b7d1177e0618064e5ad1cf1a92032823 Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sat, 30 May 2026 17:31:39 -0500 Subject: [PATCH] Remove hosted/unhosted contrast from public docs --- README.md | 2 +- src/intentproof/exporter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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