Skip to content

Commit ed3d69b

Browse files
mbrukmanrobfig
authored andcommitted
Add link to Closure Templates [skip ci]
* complete sentence regarding godoc * move text below badges to keep all text together * update header format style to use `#` instead of underline
1 parent 8e30ce4 commit ed3d69b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎README.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
soy
2-
===
3-
4-
Go implementation for Soy templates (Google Closure templates). See [the godoc](http://godoc.org/github.com/robfig/soy)
1+
# soy
52

63
[![GoDoc](http://godoc.org/github.com/robfig/soy?status.png)](http://godoc.org/github.com/robfig/soy)
74
[![Build Status](https://travis-ci.org/robfig/soy.png?branch=master)](https://travis-ci.org/robfig/soy)
85
[![Go Report Card](https://goreportcard.com/badge/robfig/soy)](https://goreportcard.com/report/robfig/soy)
96

7+
Go implementation for Soy templates aka [Google Closure
8+
Templates](https://github.com/google/closure-templates). See
9+
[godoc](http://godoc.org/github.com/robfig/soy) for more details and usage
10+
examples.
11+
1012
This project requires Go 1.12 or higher due to one of the transitive
1113
dependencies requires it as a minimum version; otherwise, Go 1.11 would
1214
suffice for `go mod` support.

0 commit comments

Comments
 (0)