Skip to content

Commit 4e5a5f9

Browse files
committed
fix: Examples
1 parent 2306e76 commit 4e5a5f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package works with media files in the [supported formats](https://github.co
66
77
## Import
88

9-
Import the API:
9+
Import the objects needed from the API:
1010

1111
```py
1212
from c2pa import Builder, Reader, Signer, C2paSigningAlg, C2paSignerInfo
@@ -115,7 +115,7 @@ except Exception as e:
115115

116116
## Stream-based operation
117117

118-
Instead of working with files, you can read, validate, and add a signed manifest to streamed data. This example code does the same thing as the file-based example.
118+
Instead of working with files, you can read, validate, and add a signed manifest to streamed data. This example is similar to what the file-based example does.
119119

120120
### Read and validate C2PA data using streams
121121

0 commit comments

Comments
 (0)