Skip to content

Commit

Permalink
Review feedback from @tmathern
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Dec 3, 2024
1 parent b2b1c59 commit cfec12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## API documentation

For the API documentation, see the [`/docs/` directory](https://github.com/contentauth/c2pa-node/blob/main/api-docs/README.md).
For the API documentation, see the [`/api-docs/` directory](https://github.com/contentauth/c2pa-node/blob/main/api-docs/README.md).

**WARNING**: The API is subject to change in this early prerelease library.

Expand Down Expand Up @@ -103,7 +103,7 @@ Use the `c2pa.sign()` method to sign an ingredient, either locally if you have a

### Signing buffers

If you have an asset file's data loaded into memory, you can sign the the asset using a buffer.
If you have an asset file's data loaded into memory, you can sign the the asset using the loaded buffer.

**NOTE**: Signing using a buffer is currently supported only for `image/jpeg` and `image/png` data. For all other file types, use the [file-based approach](#signing-files) .

Expand Down

0 comments on commit cfec12f

Please # to comment.