Skip to content

Commit ea85215

Browse files
committed
Streamline README.md.
1 parent 69bea1c commit ea85215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ container = (
576576
)
577577
```
578578

579-
To enable event signing in the test container, call the `with_signing_key` function. This generates an Ed25519 key pair for signing events:
579+
If you want to sign events, call the `with_signing_key` function. This generates a new signing and verification key pair inside the container:
580580

581581
```python
582582
container = (
@@ -585,7 +585,7 @@ container = (
585585
)
586586
```
587587

588-
When event signing is enabled, you can retrieve the signing key and verification key:
588+
You can retrieve the private key (for signing) and the public key (for verifying signatures) once the container has been started:
589589

590590
```python
591591
signing_key = container.get_signing_key()

0 commit comments

Comments
 (0)