From 0f551a2dca8770eeaebed50cf159f7a09c124d07 Mon Sep 17 00:00:00 2001 From: Harkrishn Patro Date: Wed, 21 Aug 2024 14:19:50 -0700 Subject: [PATCH] Update README.md file to reference valkey.io (#931) Update README.md since the project is no longer under construction, and can reference the main website. --------- Signed-off-by: Harkrishn Patro --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 592002d3c..29d040ccd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ [![codecov](https://codecov.io/gh/valkey-io/valkey/graph/badge.svg?token=KYYSJAYC5F)](https://codecov.io/gh/valkey-io/valkey) -This README is under construction as we work to build a new community driven high performance key-value store. - This project was forked from the open source Redis project right before the transition to their new source available licenses. -This README is just a fast *quick start* document. We are currently working on a more permanent documentation page. +This README is just a fast *quick start* document. More details can be found under [valkey.io](https://valkey.io/) What is Valkey? --------------