Skip to content

Commit ff245e2

Browse files
author
pemrouz
committed
docs: update readme
1 parent b9008c6 commit ff245e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
[![Coverage Status](https://coveralls.io/repos/rijs/sync/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/sync?branch=master)
33
[![Build Status](https://travis-ci.org/rijs/sync.svg)](https://travis-ci.org/rijs/sync)
44

5-
Synchronises resources between server and client whenever they change.
6-
7-
The server can specify transformation functions to define the flow of data between server-client. See the [Primer](https://github.com/rijs/docs/blob/master/primer.md#5-sync) for more info.
5+
Synchronises resources between server and client whenever they change. When a resource changes, the update is streamed to the server or other connected clients. You can specify transformation functions on incoming and outgoing updates to control the flow of data on a per resource, per resource type, or global level. See the [Primer#Sync](https://github.com/rijs/docs/blob/master/primer.md#5-sync) for more info.

0 commit comments

Comments
 (0)