Skip to content

Commit 61f28f2

Browse files
authored
Fix punctuation in README.md
Added a period at the end of the description for the simple implementation.
1 parent 28815ea commit 61f28f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

airdrop-implementations/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Airdrop Implementations
22

3-
Simple Implementation: [simple-claim](./simple-claim) - Distributes compressed tokens that get decompressed on claim
3+
Simple Implementation: [simple-claim](./simple-claim) - Distributes compressed tokens that get decompressed on claim.
44

55
Advanced Implementation: [distributor](https://github.com/Lightprotocol/distributor/tree/master) - Distributes SPL tokens, uses compressed PDAs to track claims. Based on jito Merkle distributor.
66

@@ -11,7 +11,6 @@ Advanced Implementation: [distributor](https://github.com/Lightprotocol/distribu
1111
| Vesting | Cliff at Slot X | Linear Vesting |
1212
| Partial claims | No | Yes |
1313
| Clawback | No | Yes |
14-
| Admin controls | No | Yes |
1514
| Frontend | None | REST API + CLI |
1615

1716
## Cost

0 commit comments

Comments
 (0)