Skip to content

Commit

Permalink
readme update for v0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Mar 3, 2017
1 parent 63c3f57 commit d14ae1d
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
@@ -1,9 +1,9 @@
# test - aah framework

[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test)](https://goreportcard.com/report/aahframework.org/test) [![Version](https://img.shields.io/badge/version-0.1-blue.svg)](https://github.com/go-aah/test/releases/latest)
[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test)](https://goreportcard.com/report/aahframework.org/test) [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/test/releases/latest)
[![GoDoc](https://godoc.org/aahframework.org/test?status.svg)](https://godoc.org/aahframework.org/test) [![License](https://img.shields.io/github/license/go-aah/test.svg)](LICENSE)

***v0.1 [released](https://github.com/go-aah/test/releases/latest) and tagged on Jan 28, 2017***
***v0.2 [released](https://github.com/go-aah/test/releases/latest) and tagged on Mar 03, 2017***

`test` library is an extension to Go built-in `testing` package. It has developer known naming on methods. Easy to use! aah framework utilizes `test` library across.

Expand All @@ -13,7 +13,7 @@
#### Stable - Version
```sh
# install the library
go get -u aahframework.org/test
go get -u aahframework.org/test.v0
```

See official page [TODO]

0 comments on commit d14ae1d

Please sign in to comment.