From 4c2c22ccb08e1fbbda729447b27f02a36362032e Mon Sep 17 00:00:00 2001
From: Ondrej Babec <ond.babec@gmail.com>
Date: Tue, 18 Feb 2020 10:20:11 +0100
Subject: [PATCH] Update README

---
 README.md  | 9 +++++++--
 action.yml | 3 ++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index cb2c6f9..d601f20 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,21 @@
 # Minikube setup action
 
 Action installs minikube to hosted VM environment.
+Minikube is installed and configured to run on Docker with self hosted registry.
+
+## Registries
+
+Custom registry runs on port 5000.
 
 ## Inputs
 
 ### `minikube-version`
 
-**Required** Minikube version. Default `"1.4.0"`.
+Minikube version. Default `"1.4.0"`.
 
 ### `k8s-version`
 
-**Required** Version of Kubernetes you wish to use with Minikube. Default `"1.14.6"`.
+Version of Kubernetes you wish to use with Minikube. Default `"1.14.6"`.
 
 ## Example usage
 ```
diff --git a/action.yml b/action.yml
index dba1490..1654d35 100644
--- a/action.yml
+++ b/action.yml
@@ -1,5 +1,6 @@
 name: 'Minikube setup with registry'
-description: 'Installs minikube in  Github Actions.'
+author: Enmasse Project
+description: 'Installs minikube in Github Actions with custom registry.'
 branding:
   icon: 'cloud'
   color: 'blue'