Skip to content

Commit

Permalink
Heading reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Nov 25, 2024
1 parent b70f914 commit 9b8322c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The [c2pa-node](https://github.com/contentauth/c2pa-node) repository implements
- Read and validate C2PA data from media files in [supported formats](https://github.com/contentauth/c2pa-rs/blob/main/docs/supported-formats.md).
- Add signed manifests to media files in [supported formats](https://github.com/contentauth/c2pa-rs/blob/main/docs/supported-formats.md).

For more information on using the library in an applicaiton, see [Using the CAI Node library](docs/usage.md).
For more information on using the library in an application, see [Using the CAI Node library](docs/usage.md).

**WARNING**: This is an early prerelease version of this library. There may be bugs and unimplemented features, and the API is subject to change.

Expand All @@ -17,16 +17,16 @@ Additional documentation:

</div>

## Installation

### Prerequisites
## Prerequisites

You must install:
To use the C2PA Node library, you must install:
- A [supported version of Node](https://github.com/neon-bindings/neon#platform-support).
- [Rust](https://www.rust-lang.org/tools/install).

If you need to manage multiple versions of Node on your machine, use a tool such as [nvm](https://github.com/nvm-sh/nvm).

## Installation

### Installing for use in a client app

Using npm:
Expand Down

0 comments on commit 9b8322c

Please sign in to comment.