Skip to content

Commit

Permalink
Rename ‘Examples’ to ‘Quick Start’ in root README
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Nov 7, 2024
1 parent c415b9a commit 7620520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For use in a browser, without a build system:
<script src="https://unpkg.com/@solana/web3.js@rc/dist/index.production.min.js"></script>
```

# Examples
# Quick Start

To get a feel for the API, run and modify the live examples in the `examples/` directory. There, you will find a series of single-purpose Node scripts that demonstrate a specific feature or use case. You will also find a React application that you can run in a browser, that demonstrates being able to create, sign, and send transactions using browser wallets.

Expand Down

0 comments on commit 7620520

Please sign in to comment.