From 5f4428e95a683053cb946feeee4983e1abb1afaf Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 2 Oct 2019 22:23:27 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f0af3b..260555f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Subspace === ## Overview -Subspace is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via callbacks. +Subspace is a framework agnostic JS library that embraces reactive programming with RxJS, by observing asynchronous changes in Smart Contracts, and providing methods to track and subscribe to events, changes to the state of contracts and address balances, and react to these changes and events via observables. + +Subspace also takes care of syncing under the hood, saving & loading the state in a local db. ### Documentation https://status-im.github.io/subspace-docs/ @@ -131,4 +133,4 @@ const Subspace = require('./dist/node.js'); The browser version can be found at `dist/browser.js`. You can also check the examples in `test/`. ## License -MIT \ No newline at end of file +MIT