From 42f9e1ce9636ab5855b6b3c892ec6c7d35542f0d Mon Sep 17 00:00:00 2001 From: Jeongseok Kang Date: Sat, 13 Jul 2024 14:43:58 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d31e425..edce4f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # aioraft-ng + +> [!NOTE] +> This project has been archived and superseded by [lablup/raftify](https://github.com/lablup/raftify). + ![ci](https://github.com/lablup/raft-py/workflows/default/badge.svg) * Unofficial implementation of `Raft` consensus algorithm written in asyncio-based Python 3.