From 9c5bf91b98ba940d687b48264c8b96274a3c9ad8 Mon Sep 17 00:00:00 2001 From: phin1x Date: Sun, 25 Jun 2023 21:01:49 +0200 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6721b9..3a1d810 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-ipp -[![Version](https://img.shields.io/github/release-pre/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/releases/tag/v1.6.0) +[![Version](https://img.shields.io/github/release-pre/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/releases/tag/v1.6.1) [![Documentation](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/phin1x/go-ipp?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/phin1x/go-ipp)](https://goreportcard.com/report/github.com/phin1x/go-ipp) [![Licence](https://img.shields.io/github/license/phin1x/go-ipp.svg)](https://github.com/phin1x/go-ipp/blob/master/LICENSE) @@ -91,8 +91,8 @@ func main() { panic(err) } - // check if the response status is "ok" - if err := resp.CheckForErrors(); err != nil { + // check if the response status is "ok" + if err := resp.CheckForErrors(); err != nil { panic(err) }