From 2f430f79b6604df546c3615c521d271651918592 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 14 Aug 2023 05:57:44 -0700 Subject: [PATCH] updated README.md file --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c856f31..ecac81d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Package **errhttp** provides errors and types that make dealing with HTTP response errors easier, for the Go programming language. +## Documention + +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-errhttp + +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-errhttp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-errhttp) ## Example @@ -64,9 +69,3 @@ Here is an example of using one of the package global variable errors: //@TODO } ``` - -## Documention - -Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-errhttp - -[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-errhttp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-errhttp)