diff --git a/README.md b/README.md index abb002f..7d6294c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# ppppp-caps +# pzp-caps -**Work in progress** +## Installation + +`npm install pzp-caps` + +## License + +CC0-1.0 (public domain) diff --git a/package.json b/package.json index 389a8f7..a863661 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { - "name": "ppppp-caps", + "name": "pzp-caps", "version": "0.0.1", - "description": "The Caps string for the PPPPP protocol using secret handshake", + "description": "The Caps string for the PZP protocol using secret handshake", + "homepage": "https://codeberg.org/pzp/pzp-caps", "repository": { "type": "git", - "url": "git+https://github.com/staltz/ppppp-caps.git" + "url": "git@codeberg.org:pzp/pzp-caps.git" }, "main": "caps.json", "author": "public-domain",