From b4905040a87f311b2e1aa4ea8a382fd5e6c4def7 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sun, 11 Oct 2020 16:12:23 -0400 Subject: [PATCH] TOML 1.0.0-rc.3 (#449) No spec change since 1.0.0-rc.1. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6831deb..c72277c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # go-toml -Go library for the [TOML](https://github.com/mojombo/toml) format. +Go library for the [TOML](https://toml.io/) format. This library supports TOML version -[v1.0.0-rc.1](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v1.0.0-rc.1.md) +[v1.0.0-rc.3](https://toml.io/en/v1.0.0-rc.3) [![GoDoc](https://godoc.org/github.com/pelletier/go-toml?status.svg)](http://godoc.org/github.com/pelletier/go-toml) [![license](https://img.shields.io/github/license/pelletier/go-toml.svg)](https://github.com/pelletier/go-toml/blob/master/LICENSE)