From 88d1ec4201104e13875343af5f299a7687e6ad3d Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 9 Nov 2020 21:07:26 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bdb8f3..afe718e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Most implementations only support having one property with a given name in a sec # Usage ``` -Usage: multini [option]... ACTION ini_file [section] [param] [value] +Usage: multini [OPTION]... ACTION ini_file [section] [param] [value] Actions: -g, --get Get values for a given combination of parameters. -s, --set Set values for a given combination of parameters. From 96aa1540ab3acf3bc8c1626521e543401fab6e75 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 9 Nov 2020 21:29:47 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe718e..9d6ea75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Multini [![build](https://github.com/GenZmeY/multini/workflows/build/badge.svg)](https://github.com/GenZmeY/multini/actions) -[![GitHub top language](https://img.shields.io/github/languages/top/GenZmeY/multini)](https://golang.org) +[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/GenZmeY/multini)](https://golang.org) [![GitHub](https://img.shields.io/github/license/genzmey/multini)](https://github.com/GenZmeY/multini/blob/master/LICENSE) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/GenZmeY/multini)](https://github.com/GenZmeY/multini/releases)