From 0ad136fa3ad6d72ce2fe9c33bd58e3bd5fd53e0b Mon Sep 17 00:00:00 2001 From: aryan Date: Sat, 21 Dec 2024 00:03:22 +0530 Subject: [PATCH] fix: license --- CONTRIBUTING.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6b14ea8..9cc1837 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ Check out the [Good First Issues](https://github.com/sendaifun/solana-agent-kit/ - **Language**: TypeScript - **Formatting**: Follow the existing codebase formatting. Consider using [Prettier](https://prettier.io/) for consistent code formatting. -- **Linting**: Adhere to the linting rules defined in `.eslintrc`. Ensure all linting checks pass before submitting a PR. +- **Code Quality**: Adhere to the code quality rules defined in `.eslintrc`. Ensure all checks pass before submitting a PR. ### Commit Messages diff --git a/README.md b/README.md index 675b162..240cf25 100644 --- a/README.md +++ b/README.md @@ -235,10 +235,11 @@ The toolkit relies on several key Solana and Metaplex libraries: ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. +Refer to [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines on how to contribute to this project. ## License -ISC License +MIT License ## Security