diff --git a/readme.md b/readme.md index 5882ff3..d20dcd2 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ SOAR is a program that provides a seamless solution for managing leaderboards, a - Leaderboard Creation: Easily create leaderboards to track and display user rankings based on specific criteria or metrics. - Achievement Management: Define and manage achievements that can be unlocked by users based on their on-chain activities. -- Typescript Client Support: Invoke SOAR functionalities using a TypeScript client, allowing for seamless integration with your Solana application. +- TypeScript Client Support: Invoke SOAR functionalities using a TypeScript client, allowing for seamless integration with your Solana application. - CPI Invocation: Interact with SOAR through CPI (Cross-Program Invocation) calls, enabling secure and efficient communication between programs. - Solana.Unity-SDK Integration (Coming Soon): Integration with the Solana.Unity-SDK is currently underway, providing an additional layer of functionality for Unity-based applications. @@ -42,13 +42,13 @@ SOAR/ program/: Contains the SOAR program source code for deployment on the Solana blockchain. client/: Includes the TypeScript sdk and the tests. -examples/: Provides example scripts demonstrating how to use the SOAR program trough CPI. +examples/: Provides example scripts demonstrating how to use the SOAR program through CPI. README.md: The document you are currently reading, providing an overview of the SOAR program repository. ## 🚀 Getting Started -- For the Typescript SDK see the detailed [documentation](https://magicblock-labs.github.io/SOAR/). -- For using SOAR from your solana program trough CPI, see the [tens](https://github.com/magicblock-labs/SOAR/tree/main/examples/tens) example. +- For the TypeScript SDK see the detailed [documentation](https://magicblock-labs.github.io/SOAR/). +- For using SOAR from your solana program through CPI, see the [tens](https://github.com/magicblock-labs/SOAR/tree/main/examples/tens) example. - Solana.Unity-SDK integration (Coming Soon) ## 📚 Documentation