Skip to content

Commit cd72e91

Browse files
committed
readme update for v0.2.1 release
[ci skip]
1 parent 982e8e4 commit cd72e91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

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

4-
***v0.2 [released](https://github.com/go-aah/view/releases/latest) and tagged on Apr 08, 2017***
4+
***v0.2.1 [released](https://github.com/go-aah/view/releases/latest) and tagged on Apr 23, 2017***
55

66
Go HTML template library which supports partial template inheritance, imports, etc.
77

88
*`view` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
99

1010
# Installation
1111
#### Stable Version - Production Ready
12-
```sh
12+
```bash
1313
# install the library
1414
go get -u aahframework.org/view.v0
1515
```
1616

17-
See official page [TODO]
17+
Visit official website https://aahframework.org to learn more.

0 commit comments

Comments
 (0)