Skip to content

Commit 2120474

Browse files
committed
docs: correct ASM bullet to match what CI actually runs
1 parent 7cd699b commit 2120474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each example is available in one or more of the following frameworks:
1010
- [💫 Quasar](https://quasar-lang.com/docs) — a newer, more performant framework with Anchor-compatible ergonomics. Run `pnpm test` to execute tests.
1111
- [🤥 Pinocchio](https://github.com/febo/pinocchio) — a zero-copy, zero-allocation library for Solana programs. Run `pnpm test` to execute tests.
1212
- [🦀 Native Rust](https://docs.solana.com/) — vanilla Rust using Solana's native crates. Run `pnpm test` to execute tests.
13-
- [🧬 ASM](https://github.com/blueshift-gg/sbpf) — hand-written sBPF assembly via the `sbpf` toolchain, for maximum control and minimum compute. Build with `sbpf build`, test with `pnpm test`.
13+
- [🧬 ASM](https://github.com/blueshift-gg/sbpf) — hand-written sBPF assembly built with the `sbpf` toolchain. Run `pnpm build-and-test` to build and test.
1414

1515
> [!NOTE]
1616
> You don't need to write your own program for basic tasks like creating accounts, transferring SOL, or minting tokens. These are handled by existing programs like the System Program and Token Program.

0 commit comments

Comments
 (0)