style: fix readme
This commit is contained in:
@@ -2,6 +2,7 @@ Golang Airtable API
|
|||||||
================
|
================
|
||||||
|
|
||||||
[](https://pkg.go.dev/github.com/mehanizm/airtable)
|
[](https://pkg.go.dev/github.com/mehanizm/airtable)
|
||||||
|

|
||||||
<a href='https://github.com/jpoles1/gopherbadger' target='_blank'></a>
|
<a href='https://github.com/jpoles1/gopherbadger' target='_blank'></a>
|
||||||
<a href='https://goreportcard.com/report/github.com/mehanizm/airtable' target='_blank'></a>
|
<a href='https://goreportcard.com/report/github.com/mehanizm/airtable' target='_blank'></a>
|
||||||
|
|
||||||
@@ -79,7 +80,7 @@ recordsToSend := &airtable.Records{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
recievedRecords, err := table.AddRecords(recordsToSend)
|
receivedRecords, err := table.AddRecords(recordsToSend)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Handle error
|
// Handle error
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user