Commit 97c87ab4146f38ff6c110dcffdca57820c2345f6

Authored by Qi He
1 parent 0b456527
Exists in master

update readme

Showing 2 changed files with 13 additions and 6 deletions   Show diff stats
.travis.yml
... ... @@ -5,7 +5,4 @@ script: ./bin/rspec
5 5 sudo: false
6 6  
7 7 rvm:
8   - - 2.0
9   - - 2.1
10   - - 2.2
11   - - 2.3.1
  8 + - 2.0.0
... ...
README.md
1 1 Wechat Message Encryption Wrapper
2 2 ========
3   -
4   -[微信加密解密技术方案](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318482&token=6e18ec982b3bc11a95683a6b6045cd3cf373f09d&lang=zh_CN)
  3 +[![Build Status][travis-img]][travis] [![Coverage Status][coverage-img]][coverage] [![Gem Version][gem-img]][gem] [![License][license-img]][license]
  4 +
  5 +[coverage-img]: https://coveralls.io/repos/he9qi/we_whisper/badge.svg?branch=master&service=github
  6 +[coverage]: https://coveralls.io/github/he9qi/we_whisper?branch=master
  7 +[travis-img]: https://travis-ci.org/he9qi/we_whisper.svg?branch=master
  8 +[travis]: https://travis-ci.org/he9qi/we_whisper
  9 +[gem-img]: https://badge.fury.io/rb/we_whisper.svg
  10 +[gem]: https://rubygems.org/gems/we_whisper
  11 +[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg
  12 +[license]: http://opensource.org/licenses/MIT
  13 +
  14 +> [微信加密解密技术方案](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318482&token=6e18ec982b3bc11a95683a6b6045cd3cf373f09d&lang=zh_CN)
5 15  
6 16 ### install gem
7 17 ```
... ...