Skip to content

Commit

Permalink
Merge pull request kubernetes#4 from rhuss/master
Browse files Browse the repository at this point in the history
fixed typo + build status
  • Loading branch information
jimmidyson committed Jul 8, 2016
2 parents 40cfc2f + 6a167db commit 3fdfc23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minishift

[![Build Status](https://travis-ci.org/jimmidyson/minishift?branch=master)](https://travis-ci.org/jimmidyson/minishift)
[![Build Status](https://secure.travis-ci.org/jimmidyson/minishift.png)](https://travis-ci.org/jimmidyson/minishift)

## What is Minishift?

Expand Down Expand Up @@ -131,9 +131,9 @@ minishift dashboard

### Services

To access a service exposed via a node port, run this command in a shell after starting minikube to get the address:
To access a service exposed via a node port, run this command in a shell after starting minishift to get the address:
```shell
minikube service [-n NAMESPACE] [--url] NAME
minishift service [-n NAMESPACE] [--url] NAME
```

## Networking
Expand Down

0 comments on commit 3fdfc23

Please sign in to comment.