From fd73dca4e55922d0ebb90666a9258a7679ad3b28 Mon Sep 17 00:00:00 2001 From: Lentil Hoffman Date: Wed, 9 Jul 2025 16:31:50 -0500 Subject: [PATCH] node version >= 18 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a84f98..c0b1dc5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Rhizome Node -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/) [![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?logo=typescript&logoColor=white)](https://www.typescriptlang.org/) -[![Node.js](https://img.shields.io/badge/node-%3E%3D14.0.0-brightgreen.svg)](https://nodejs.org/) +[![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/) A distributed, peer-to-peer database engine built with TypeScript, designed for building decentralized applications with flexible data modeling and conflict-free replication.