Skip to content

Commit 685795c

Browse files
committed
Fix README
1 parent bded46c commit 685795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Nested key-value database type for OrbitDB.
99
$ pnpm add @orbitdb/nested-db
1010
```
1111
## Introduction
12-
As `Nested` database is like a [`Feed`](https://github.com/reseau-constellation/nested), but each value can only be present once. Works for primitive types as well as more complex objects.
12+
As `Nested` database is like a [`KeyValue`](https://github.com/orbitdb/orbitdb/blob/main/src/databases/keyvalue.js) database, but it can contain nested values that can be accessed as JSON.
1313

1414
## Examples
1515

0 commit comments

Comments
 (0)