Update README.md

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

Ver fichero

@ -1,11 +1,18 @@
# datatables
Simple parser for Datatables.
# Install
```
go get github.com/saulortega/datatables
```
# Usage
```go
import "github.com/saulortega/datatables"
//Parse receive *http.Request and returns a Filter struct
filter, err = datatables.Parse(r)
if err != nil {
//Handle error