Skip to content

Commit 8de9d33

Browse files
authored
Update banner image
1 parent a5c68d0 commit 8de9d33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

programs/system/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# `system`
1+
# <img width="250" alt="pinocchio-system" src="https://github.com/user-attachments/assets/6a775333-c3a1-4623-aa7a-afdc8c492594"/>
22

3-
[`pinocchio`](https://crates.io/crates/pinocchio) helpers to perform cross-program invocations (CPIs) for System program instructions.
3+
This crate contains [`pinocchio`](https://crates.io/crates/pinocchio) helpers to perform cross-program invocations (CPIs) for System program instructions.
44

55
Each instruction defines an `struct` with the accounts and parameters required. Once all values are set, you can call directly `invoke` or `invoke_signed` to perform the CPI.
66

77
> [!IMPORTANT]
8-
> The API defined in this crate should be considered experimental.
8+
> The API defined in this crate is subject to change.
99
1010
## Examples
1111

@@ -35,4 +35,4 @@ Transfer {
3535

3636
## License
3737

38-
The code is licensed under the [Apache License Version 2.0](../LICENSE)
38+
The code is licensed under the [Apache License Version 2.0](../LICENSE)

0 commit comments

Comments
 (0)