From 85ffcde3be2a12497a73959df5f13a570812b8aa Mon Sep 17 00:00:00 2001 From: Mustafa Al-Bassam Date: Fri, 17 Feb 2023 11:13:38 +0000 Subject: [PATCH] Update description of rollkit in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196b5c71a1..e0c542360f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rollkit -ABCI-client implementation for Optimistic Rollups. +A modular framework for rollups, with an ABCI-compatible client interface. [![build-and-test](https://github.com/rollkit/rollkit/actions/workflows/test.yml/badge.svg)](https://github.com/rollkit/rollkit/actions/workflows/test.yml) [![golangci-lint](https://github.com/rollkit/rollkit/actions/workflows/lint.yml/badge.svg)](https://github.com/rollkit/rollkit/actions/workflows/lint.yml)