diff --git a/README.md b/README.md index 52ac88be..748bcd61 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Platform Support -![](https://github.com/Brooooooklyn/napi-rs/workflows/macOS/badge.svg) -![](https://github.com/Brooooooklyn/napi-rs/workflows/Linux/badge.svg) -![](https://github.com/Brooooooklyn/napi-rs/workflows/Windows/badge.svg) +![](https://github.com/napi-rs/napi-rs/workflows/macOS/badge.svg) +![](https://github.com/napi-rs/napi-rs/workflows/Linux/badge.svg) +![](https://github.com/napi-rs/napi-rs/workflows/Windows/badge.svg) ## Operating Systems @@ -57,10 +57,10 @@ In your `Cargo.toml` you need to set the `crate-type` to `"cdylib"` so that carg crate-type = ["cdylib"] [dependencies] -napi-rs = "0.1" +napi = "0.4" [build-dependencies] -napi-build = "0.1" +napi-build = "0.2" ``` And create `build.rs` in your own project: diff --git a/package.json b/package.json index fac3211a..d8f206b9 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "test": "ava" }, "bugs": { - "url": "https://github.com/Brooooooklyn/napi-rs/issues" + "url": "https://github.com/napi-rs/napi-rs/issues" }, - "homepage": "https://github.com/Brooooooklyn/napi-rs#readme", + "homepage": "https://github.com/napi-rs/napi-rs#readme", "dependencies": { "minimist": "^1.2.5", "toml": "^3.0.0"