From b697e37d3675aae702b27ea36e4a98e75205b046 Mon Sep 17 00:00:00 2001 From: Simone Scarduzio Date: Mon, 22 Sep 2025 23:20:10 +0200 Subject: [PATCH] fix --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2438ce..8fdb714 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ -# DeltaGlider 🛸 +# DeltaGlider [![GitHub Repository](https://img.shields.io/badge/github-deltaglider-blue.svg)](https://github.com/your-org/deltaglider) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) +[![xdelta3](https://img.shields.io/badge/powered%20by-xdelta3-green.svg)](https://github.com/jmacd/xdelta)
- DeltaGlider Logo + DeltaGlider Logo
**Store 4TB of similar files in 5GB. No, that's not a typo.** DeltaGlider is a drop-in S3 replacement that achieves 99.9% compression for versioned artifacts, backups, and release archives through intelligent binary delta compression. -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/) -[![xdelta3](https://img.shields.io/badge/powered%20by-xdelta3-green.svg)](https://github.com/jmacd/xdelta) - ## The Problem We Solved You're storing hundreds of versions of your releases. Each 100MB build differs by <1% from the previous version. You're paying to store 100GB of what's essentially 100MB of unique data.