Skip to content

Commit

Permalink
Fix wrong repository (#2108)
Browse files Browse the repository at this point in the history
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
  • Loading branch information
andresvsm1 and kianenigma authored Jan 22, 2024
1 parent 290c333 commit b89149a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ To add the `node-authorization` pallet to the Substrate runtime:

```toml
[dependencies]
pallet-node-authorization = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "polkadot-v1.0.0" }
pallet-node-authorization = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }
```
This line imports the `pallet-node-authorization` crate as a dependency and specifies the following configuration details for the crate:
Expand Down

0 comments on commit b89149a

Please sign in to comment.