We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f18723 commit 2500899Copy full SHA for 2500899
interface/README.md
@@ -22,4 +22,4 @@ This will add the `spl-token-interface` dependency to your `Cargo.toml` file.
22
23
## Documentation
24
25
-Read more about the Stake program on the crate [documentation](https://docs.rs/spl-token-interface/latest/spl_token_interface/).
+Read more about the SPL Token program on the crate [documentation](https://docs.rs/spl-token-interface).
p-token/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "pinocchio-token-program"
3
version = "0.0.0"
4
-description = "A pinocchio-based Token program"
+description = "A pinocchio-based Token (aka 'p-token') program"
5
authors = { workspace = true}
6
repository = { workspace = true}
7
license = { workspace = true}
0 commit comments