From a9f5bdacbc03aa0ccd97ca78774966a623b9bf44 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Sat, 7 Dec 2019 20:02:05 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ca83226..44da6813 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ This data source doesn't accept arguments. ###### Attributes * `keyboard` - The keyboard layout. -* `release` - The release information. +* `release` - The release number. * `repository_id` - The repository id. -* `version` - The version information. +* `version` - The version string. ## Developing the Provider If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.12+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.