From 9e47a940fbb2fa63a529fa29c2039b65df7eb7c0 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Thu, 25 Jan 2024 15:24:42 -0500 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3567e5f..4930039 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Feed database type for orbit-db. ## Installation ``` -$ pnpm add @constl/orbit-db-feed +$ pnpm add @orbitdb/feed-db ``` ## Introduction `Feed` database for those feeling nostalgic for orbit-db v.0.x. But honestly, you're probably better off with a [`KeyValue`](https://github.com/orbitdb/core) or a [`Set`](https://github.com/orbitdb/set).