Skip to content

Commit 5f508bc

Browse files
committed
readme update for v0.3 release
[ci skip]
1 parent 2a12700 commit 5f508bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/go-aah/essentials.svg?branch=master)](https://travis-ci.org/go-aah/essentials) [![codecov](https://codecov.io/gh/go-aah/essentials/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/essentials/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/essentials.v0)](https://goreportcard.com/report/aahframework.org/essentials.v0)
44
[![Version](https://img.shields.io/badge/version-0.3-blue.svg)](https://github.com/go-aah/essentials/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/essentials.v0?status.svg)](https://godoc.org/aahframework.org/essentials.v0) [![License](https://img.shields.io/github/license/go-aah/essentials.svg)](LICENSE)
55

6-
***v0.2 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Mar 03, 2017***
6+
***v0.3 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Mar 16, 2017***
77

88
`essentials` contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across. Essential library complements with handy methods for:
99
* filepath
@@ -17,10 +17,16 @@
1717
*`essentials` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
1818

1919
# Installation
20-
#### Stable - Version
20+
#### Stable Version - Production Ready
2121
```sh
2222
# install the library
2323
go get -u aahframework.org/essentials.v0
2424
```
2525

26+
#### Development Version - Edge
27+
```sh
28+
# install the development version
29+
go get -u aahframework.org/essentials.v0-unstable
30+
```
31+
2632
See official page [TODO]

0 commit comments

Comments
 (0)