Update README.md

Esse commit está contido em:
Saúl Ortega 2018-02-23 10:09:45 -05:00 commit de GitHub
commit 820073835e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23

Ver arquivo

@ -1,16 +1,20 @@
# datatables
Parser for Datatables
Simple parser for Datatables.
# Usage
```go
import "github.com/saulortega/datatables"
filter, err = datatables.Parse(r)
if err != nil {
//Handle error
//Handle error
}
```
# Struct
```
```go
type Filter struct {
Draw int
Start int