From d96a36f08aa4a229bc0f6cfabcb16fbe5b5ff6cd Mon Sep 17 00:00:00 2001 From: Mark Robert Henderson Date: Tue, 8 Jan 2019 17:40:23 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8efd68f..b8fb4b0 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,8 @@ OrbitDB uses the following modules: To understand a little bit about the architecture, check out a visualization of the data flow at https://github.com/haadcode/proto2 or a live demo: http://celebdil.benet.ai:8080/ipfs/Qmezm7g8mBpWyuPk6D84CNcfLKJwU6mpXuEN5GJZNkX3XK/. +Community-maintained typescript typings are available here: https://github.com/orbitdb/orbit-db-types + ## Development ### Run Tests From 53ea5ea42685c299f499bd3b8966327b0f19ecd6 Mon Sep 17 00:00:00 2001 From: Mark Robert Henderson Date: Wed, 9 Jan 2019 10:53:43 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8fb4b0..92ec331 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ OrbitDB uses the following modules: To understand a little bit about the architecture, check out a visualization of the data flow at https://github.com/haadcode/proto2 or a live demo: http://celebdil.benet.ai:8080/ipfs/Qmezm7g8mBpWyuPk6D84CNcfLKJwU6mpXuEN5GJZNkX3XK/. -Community-maintained typescript typings are available here: https://github.com/orbitdb/orbit-db-types +Community-maintained Typescript typings are available here: https://github.com/orbitdb/orbit-db-types ## Development