Skip to content

Commit 9bfc7ab

Browse files
committed
Fix README
1 parent bd95e9e commit 9bfc7ab

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

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

3-
The [c2pa-node](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can:
3+
The [c2pa-node-v2](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 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>
9+
**WARNING**: This is an early version of this library, and there may be bugs and unimplemented features.
2110

2211
## Prerequisites
2312

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

3625
```sh
37-
$ npm install c2pa-node
26+
npm install @contentauth/c2pa-node
3827
```
3928

4029
Using Yarn:
4130

4231
```sh
43-
$ yarn add c2pa-node
32+
$ yarn add @contentauth/c2pa-node
4433
```
4534

4635
Using pnpm:
4736

4837
```sh
49-
$ pnpm add c2pa-node
38+
$ pnpm add @contentauth/c2pa-node
5039
```
5140

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

0 commit comments

Comments
 (0)