diff --git a/Cargo.toml b/Cargo.toml index a813949..8959887 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "wnfsutils" -version = "1.1.5" +version = "1.1.6" edition = "2021" description = "WNFS utilities for web applications" license = "MIT OR Apache-2.0" -repository = "https://github.com/your-username/wnfs-utils-web" +repository = "https://github.com/functionland/wnfs-utils-web" readme = "README.md" keywords = ["wnfs", "web", "storage", "encryption"] categories = ["wasm", "web-programming"] diff --git a/README.md b/README.md index 1911cbc..26ea41c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library is used with wnfs-android to feed custom blockstore to wnfs-android wasm-pack build --target web ``` -2. Install the generated package in your Next.js project: +2. edit package name in pkg/package.json. Install the generated package in your Next.js project: ``` npm install ../path/to/your/pkg