Fix start image width

pull/3698/head
Thomas Strömberg 2019-02-15 16:40:03 -08:00 committed by GitHub
parent 6946b6d97a
commit 9a2f9cfae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.
<img src="https://github.com/kubernetes/minikube/raw/master/images/start.jpg" width="100">
<img src="https://github.com/kubernetes/minikube/raw/master/images/start.jpg" width="800">
Our [goal](https://github.com/kubernetes/minikube/blob/master/docs/contributors/principles.md) is to enable fast local development and to support all Kubernetes features that fit. We hope you enjoy it!