Skip to content

Commit 7d3641a

Browse files
committed
Commited by mistake. Revert "Fix README"
This reverts commit 9bfc7ab.
1 parent 9bfc7ab commit 7d3641a

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# C2PA Node.js library
22

3-
The [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can:
3+
The [c2pa-node](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can:
44
- Read and validate C2PA data from media files in supported formats.
55
- Add signed manifests to media files in supported formats.
66

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

9-
**WARNING**: This is an early version of this library, and there may be bugs and unimplemented features.
9+
**WARNING**: This is an early prerelease version of this library. There may be bugs and unimplemented features, and the API is subject to change.
10+
11+
<div style={{display: 'none'}}>
12+
13+
For the best experience, read the docs on the [CAI Open Source SDK documentation website](https://opensource.contentauthenticity.org/docs/c2pa-node/). Some additional documentation for this repository is also available on GitHub:
14+
15+
- [Using the Node library](docs/usage.md)
16+
- [Supported media file formats](https://opensource.contentauthenticity.org/docs/c2pa-node/supported-formats)
17+
- [Release notes](docs/release-notes.md)
18+
- [Contributing to the project](docs/project-contributions.md)
19+
20+
</div>
1021

1122
## Prerequisites
1223

@@ -23,19 +34,19 @@ If you need to manage multiple versions of Node on your machine, use a tool such
2334
Using npm:
2435

2536
```sh
26-
npm install @contentauth/c2pa-node
37+
$ npm install c2pa-node
2738
```
2839

2940
Using Yarn:
3041

3142
```sh
32-
$ yarn add @contentauth/c2pa-node
43+
$ yarn add c2pa-node
3344
```
3445

3546
Using pnpm:
3647

3748
```sh
38-
$ pnpm add @contentauth/c2pa-node
49+
$ pnpm add c2pa-node
3950
```
4051

4152
This command will download precompiled binaries for the following systems:

0 commit comments

Comments
 (0)