Update README.md

Este commit está contenido en:
Saúl Ortega 2018-02-23 10:09:45 -05:00 cometido por GitHub
padre 674bdaa53e
commit 820073835e
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Ver fichero

@ -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