From f65021e932f5e042c443668fc29f28da6034e198 Mon Sep 17 00:00:00 2001 From: trwnh Date: Tue, 13 Apr 2021 09:36:14 -0500 Subject: [PATCH] fix: readme typo and mascot placement --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b386f93b6d..5c6541f51c 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,17 @@ Don't forget to ⭐ this repo if you like immudb! --- + + immudb is a key-value database with built-in cryptographic proof and verification. It can track changes in sensitive data and the integrity of the history will be protected by the clients, without the need to trust the server. Traditional database transactions and logs are hard to scale and are mutable, so there is no way to know for sure if your data has been compromised. immudb is immutable. You can add new versions of existing records, but never change or delete records. This lets you store critical data without fear of it being changed silently. -Data stored in immudb is cryptographically coherent and verifiable, just like blockchains, but without all the complexity. Unlike blockchains, immudb can handle millions of transactions per second, and can be used both as a lightweight service or embedded in your application as a library." +Data stored in immudb is cryptographically coherent and verifiable, just like blockchains, but without all the complexity. Unlike blockchains, immudb can handle millions of transactions per second, and can be used both as a lightweight service or embedded in your application as a library. Companies use immudb to protect credit card transactions and to secure processes by storing digital certificates and checksums. - + ### Tech specs