瀏覽代碼

Update README

Ri Xu 9 年之前
父節點
當前提交
d207d61f67
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 0 0
      .travis.yml
  2. 3 0
      README.md

+ 0 - 0
.travis.yaml → .travis.yml


+ 3 - 0
README.md

@@ -2,6 +2,9 @@
 
 # Excelize
 
+[![Build Status](https://godoc.org/github.com/Luxurioust/excelize?status.svg)](https://godoc.org/github.com/Luxurioust/excelize)
+[![Build Status](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)
+
 ## Introduction
 
 Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).