From 66fdd4eecc9b4157e1ddb614292a6acf43b3047b Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Tue, 2 Dec 2014 01:34:00 -0800 Subject: [PATCH] README.md updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be3410b..7f49be2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/LuckyMarmot/Paw-GoHTTPCodeGenerator.svg?branch=master)](https://travis-ci.org/LuckyMarmot/Paw-GoHTTPCodeGenerator) -#Go + HTTP Code Generator (Paw Extension) +# Go + HTTP Code Generator (Paw Extension) This a Paw Extension that generates code for Go using the [HTTP](http://golang.org/pkg/net/http/) package. @@ -10,17 +10,17 @@ This a Paw Extension that generates code for Go using the [HTTP](http://golang.o * `cake build` * `cake install` -##License +## License This Paw Extension is released under the [MIT License](LICENSE). Feel free to fork, and modify! Copyright © 2014 Paw Inc. -##Contributors +## Contributors Created by Quentin Rousseau ([@kwent](https://github.com/kwent)). See [Contributors](https://github.com/LuckyMarmot/Paw-GoHTTPCodeGenerator/graphs/contributors). -##Credits +## Credits * [Mustache.js](https://github.com/janl/mustache.js/), also released under the MIT License * [URI.js](http://medialize.github.io/URI.js/), also released under the MIT License