README.md in table_sync-0.0.0 vs README.md in table_sync-1.4.0
- old
+ new
@@ -1,7 +1,9 @@
# TableSync · [![Gem Version](https://badge.fury.io/rb/table_sync.svg)](https://badge.fury.io/rb/table_sync) [![Build Status](https://travis-ci.org/umbrellio/table_sync.svg?branch=master)](https://travis-ci.org/umbrellio/table_sync) [![Coverage Status](https://coveralls.io/repos/github/umbrellio/table_sync/badge.svg?branch=master)](https://coveralls.io/github/umbrellio/table_sync?branch=master)
+DB Table synchronization between microservices based on Model's event system and RabbitMQ messaging
+
## Instalation
```ruby
gem 'table_sync'
```
@@ -12,10 +14,10 @@
$ gem install table_sync
```
## Usage
-Coming soon...
+- [Documentation](docs/synopsis.md)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/table_sync.