From 9d3917b72314f54561cec39f49616ead0a967366 Mon Sep 17 00:00:00 2001 From: lomavkin Date: Wed, 13 Sep 2023 15:25:58 +0900 Subject: [PATCH] update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dbf1de..b6258c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ go-timecode =========== -[![GoDoc](https://godoc.org/github.com/abema/go-timecode/timecode?status.svg)](https://godoc.org/github.com/abema/go-timecode/timecode) +[![Go Reference](https://pkg.go.dev/badge/github.com/abema/go-timecode/timecode.svg)](https://pkg.go.dev/github.com/abema/go-timecode/timecode) go-timecode is a Go library for SMPTE 12M timecodes. @@ -22,8 +22,10 @@ go get github.com/abema/go-timecode/timecode Usage ----------- -[GoDoc Examples](https://godoc.org/github.com/abema/go-timecode/timecode/#pkg-examples). + +[Examples](https://pkg.go.dev/github.com/abema/go-timecode/timecode#pkg-examples). License ----------- + go-timecode is available under the [MIT License](https://opensource.org/license/mit/).