Skip to content

Commit a8cf604

Browse files
committed
fix: More editorial changes
1 parent 9430b19 commit a8cf604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This package works with media files in the [supported formats](https://github.com/contentauth/c2pa-rs/blob/main/docs/supported-formats.md).
44

5-
> **Note**: For complete working examples, see the [examples folder](https://github.com/contentauth/c2pa-python/tree/main/examples) in the repository.
5+
For complete working examples, see the [examples folder](https://github.com/contentauth/c2pa-python/tree/main/examples) in the repository.
66

77
## Import
88

@@ -12,7 +12,8 @@ Import the objects needed from the API:
1212
from c2pa import Builder, Reader, Signer, C2paSigningAlg, C2paSignerInfo
1313
```
1414

15-
> **Note**: Both `Builder` and `Reader` support being used as context managers (with `with` statements). It's recommended to use them with context managers to ensure proper resources and memory cleanup.
15+
You can use both `Builder` and `Reader` classes with context managers by using a `with` statement.
16+
Doing this is recommended to ensure proper resource and memory cleanup.
1617

1718
## Define manifest JSON
1819

0 commit comments

Comments
 (0)