From 09fd7d1098120edc01361c461ddb1eda4927cd45 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Fri, 5 Apr 2024 18:21:38 +0400 Subject: [PATCH] try fix markdown rendering --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94f8dfd..d2e5071 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@
-

-

-

LiteSVM

--- +# LiteSVM + ## 📍 Overview `litesvm` is a fast and lightweight library for testing Solana programs. It works by creating an in-process Solana VM optimized for program developers. This makes it much faster to run and compile than alternatives like `solana-program-test` and `solana-test-validator`. In a further break from tradition, it has an ergonomic API with sane defaults and extensive configurability for those who want it. ---- ## 🚀 Getting Started