README.md in unidom-article_number-0.1 vs README.md in unidom-article_number-0.2
- old
+ new
@@ -1,21 +1,24 @@
# Unidom Article Number 物品编码领域模型引擎
[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)
+[![Gem Version](https://badge.fury.io/rb/unidom-article_number.svg)](https://badge.fury.io/rb/unidom-article_number)
+[![Build Status](https://travis-ci.org/topbitdu/unidom-article_number.svg?branch=master)](https://travis-ci.org/topbitdu/unidom-article_number)
+[![Build status](https://ci.appveyor.com/api/projects/status/fayn35r72oy5na3u?svg=true)](https://ci.appveyor.com/project/topbitdu/unidom-article-number)
Unidom (UNIfied Domain Object Model) is a series of domain model engines. The Article Number domain model engine includes EAN-13, EAN-8, and IMEI models.
Unidom (统一领域对象模型)是一系列的领域模型引擎。物品编码领域模型引擎包括EAN-13、EAN-8和IMEI的模型。
-## Usage in Gemfile:
+## Usage in Gemfile
```ruby
gem 'unidom-article_number'
```
-## Run the Database Migration:
+## Run the Database Migration
```shell
rake db:migrate
```
-## Call the Model:
+## Call the Model
```ruby
Unidom::ArticleNumber::Ean13Barcode.coded_as('1234567890123').valid_at.alive.first.markings
```