From 326af5691285f86f856d2e31836e4e802474850e Mon Sep 17 00:00:00 2001 From: yuwmao Date: Mon, 20 Apr 2026 17:35:37 +0800 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7808f6042..0ec9d5b9a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HomeStore [![Conan Build](https://github.com/eBay/HomeStore/actions/workflows/merge_build.yml/badge.svg?branch=master)](https://github.com/eBay/HomeStore/actions/workflows/merge_build.yml) [![CodeCov](https://codecov.io/gh/eBay/homestore/branch/master/graph/badge.svg)](https://codecov.io/gh/eBay/homestore) - + Homestore is a generic *StorageEngine* upon which different *StorageSolution*s can be built. These Solutions can model Block, K/V, Object or Database *StorageInterface*s.