Skip to content

Commit

Permalink
proof read
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Dec 27, 2012
1 parent 7d53169 commit c942e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ a distributed program has many discrete processes running on a multitude of
devices and networks.

Each process will produce data. Each process should make informed decisions about
its own data as well as the data created by other processes. It is not effecent or
its own data as well as the data created by other processes. It is not efficient or
always possible to have all processes in a network synchronize before making a
decision.

## Synopsis
Vines attempts to facilitate coordinated decision making through a combination of
[eventual consistency][0] and [quorum-based concensus][1]. It may be useful for
applications that require intelegence distribution such as _application monitoring_.
[eventual consistency][0] and [quorum-based consensus][1]. It may be useful for
applications that require intelligence distribution such as _application monitoring_.

## Features

Expand Down

0 comments on commit c942e42

Please sign in to comment.