From c703010b7f05f4f8fc457be6c75b535c7a061333 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sun, 25 Oct 2015 19:57:07 +0300 Subject: [PATCH] README.md: small fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c120e32..42fe2fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# HCL [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/fatih/hcl) [![Build Status](http://img.shields.io/travis/fatih/hcl.svg?style=flat-square)](https://travis-ci.org/fatih/hcl) +# hcl [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/fatih/hcl) [![Build Status](http://img.shields.io/travis/fatih/hcl.svg?style=flat-square)](https://travis-ci.org/fatih/hcl) HCL is a lexer and parser family written in Go for [HCL](https://github.com/hashicorp/hcl) (Hashicorp Configuration Language). It @@ -35,6 +35,6 @@ proper lexer and parser in Go. It was really fun and I think it was worht it. ## License The BSD 3-Clause License - see -[`LICENSE`](https://github.com/fatih/hcl/blob/master/LICENSE.md) for more +[`LICENSE`](https://github.com/fatih/hcl/blob/master/LICENSE) for more details