diff --git a/README.md b/README.md index 4a65e36..579eff2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Golang Airtable API ================ [![GoDoc](https://godoc.org/github.com/mehanizm/airtable?status.svg)](https://pkg.go.dev/github.com/mehanizm/airtable) +![Go](https://github.com/mehanizm/airtable/workflows/Go/badge.svg) ![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-92%25-brightgreen.svg?longCache=true&style=flat) ![goreportcard](https://goreportcard.com/badge/github.com/mehanizm/airtable) @@ -79,7 +80,7 @@ recordsToSend := &airtable.Records{ }, }, } -recievedRecords, err := table.AddRecords(recordsToSend) +receivedRecords, err := table.AddRecords(recordsToSend) if err != nil { // Handle error }