From 28f18438d1e964c9aa0a8758b5aa378a75449abe Mon Sep 17 00:00:00 2001 From: Kay Date: Fri, 5 Jul 2024 17:33:04 +0000 Subject: [PATCH] docs: rename project on readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e4de75..a8dcf59 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@

- Open Gem + TonIon

-OpenGem Contracts +TonIon Contracts


-OpenGem Contracts is a secure and reusable smart contract library for the Tact language on the TON blockchain. OpenGem aims to provide reliable and efficient contract components to streamline the development of TON-based decentralized applications. +TonIon Contracts is a secure and reusable smart contract library for the Tact language on the TON blockchain. TonIon aims to provide reliable and efficient contract components to streamline the development of TON-based decentralized applications. ## Table of Contents @@ -33,7 +33,7 @@ contract MyContract with someTrait { } ``` -We are working on a solution to use `npm` to install OpenGem Contracts and import them directly into your contracts without the need to copy the files manually. Additionally, we are exploring potential changes in Tact to support importing directly from GitHub or similar platforms. +We are working on a solution to use `npm` to install OpenGem Contracts and import them directly into your contracts without copying the files manually. Additionally, we are exploring potential changes in Tact to support importing directly from GitHub or similar platforms. ## Libraries @@ -89,7 +89,7 @@ We are working on a solution to use `npm` to install OpenGem Contracts and impor We welcome contributions from the community! If you'd like to contribute, please follow these steps: 1. Fork the repository. -2. Add feature or fix bug +2. Add a feature or fix a bug 3. Open a pull request. ## Contributors