From 22d39644d835ab39b5aeb0f8017c53ee2996b744 Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Sun, 22 Sep 2024 08:22:56 +0000 Subject: [PATCH] chore(README): Adjust header sizes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 539f4fd7..91fde11f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Misti Logo Misti Misti is a static analysis tool designed for smart contracts on the [TON blockchain](https://ton.org/). -#### Language Support +### Language Support - [Tact](https://tact-lang.org/) 1.5 supported. - [FunC](https://docs.ton.org/develop/func/overview) support is [planned](https://github.com/nowarp/misti/issues/56). -#### Use Cases +### Use Cases - **Detect Code Issues**: Identify and fix potential [security flaws and code problems](https://nowarp.io/tools/misti/docs/detectors) early in the development cycle. - **Streamline Development**: [Integrate](https://nowarp.io/tools/misti/docs/tutorial/ci-cd) Misti into your CI/CD pipeline to ensure continuous code quality checks.