Skip to content

Commit

Permalink
Remove rogue text in library/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 19, 2024
1 parent c72c364 commit db325db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ It will force you to cast the numerical value for your airdrop (or transfer, etc

```tsx
const airdropAmount = lamports(1000000000n);
const signature = rpc.requestAirdrop(myAddress, airdropAmount).send();With the new library, its possible to specify the nature of a transaction instruction completely, just using TypeScrip
const signature = rpc.requestAirdrop(myAddress, airdropAmount).send();
```

## Compatibility Layer
Expand Down

0 comments on commit db325db

Please sign in to comment.