From 06197605bac1a370dd8ab1ad3dec3ad26a25c5ef Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 13 Dec 2018 23:58:37 +0900 Subject: [PATCH] add link to toml-v0.5.0 official --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index febed16..7f62b2c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ toml11 c++11 header-only toml parser depending only on c++ standard library. -compatible to the latest version of TOML v0.5.0 after version 2.0.0. +compatible to the latest version of [TOML v0.5.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.5.0.md) after version 2.0.0. Are you looking for pre-C++11 compatible toml parser? Try [Boost.toml](https://github.com/ToruNiina/Boost.toml)! It has almost the same functionality as this library and works with C++98 & Boost.