Skip to content

Commit e858cfe

Browse files
Update basic-operations/anchor/README.md
Co-authored-by: ananas-block <58553958+ananas-block@users.noreply.github.com>
1 parent 7c49656 commit e858cfe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

basic-operations/anchor/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Standalone Anchor programs for compressed accounts.
66

77
Each operation is an independent Anchor project:
88

9-
- **create** - Initialize a new compressed account with `new_init()`
10-
- **update** - Modify data in an existing compressed account with `new_mut()`
11-
- **close** - Clear account data while preserving address with `new_close()`
12-
- **reinit** - Reinitialize a closed account with `new_empty()`
13-
- **burn** - Permanently delete a compressed account with `new_burn()`
9+
- **create** - Initialize a new compressed account
10+
- **update** - Modify data in an existing compressed account
11+
- **close** - Clear account data while preserving address
12+
- **reinit** - Reinitialize a closed account
13+
- **burn** - Permanently delete a compressed account
1414

1515
Each project contains its own workspace, program, and tests.
1616

0 commit comments

Comments
 (0)