Skip to content

Commit fca902c

Browse files
authored
Doc update
1 parent 99bd61c commit fca902c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Package renderer
77
[![GoDoc](https://godoc.org/github.com/thedevsaddam/renderer?status.svg)](https://godoc.org/github.com/thedevsaddam/renderer)
88
[![License](https://img.shields.io/dub/l/vibe-d.svg)](https://github.com/thedevsaddam/renderer/blob/dev/LICENSE.md)
99

10-
Simple, lightweight and fastest response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
10+
Simple, lightweight and faster response (JSON, JSONP, XML, YAML, HTML, File) rendering package for Go
1111

1212
### Installation
1313

@@ -358,6 +358,8 @@ func main() {
358358
}
359359
```
360360

361+
***Note:*** This is a wrapper on top of go built-in packages to provide syntactic sugar.
362+
361363
### Contribution
362364
Your suggestions will be more than appreciated.
363365
[Read the contribution guide here](CONTRIBUTING.md)

0 commit comments

Comments
 (0)