Skip to content

Commit

Permalink
Merge pull request #2177 from tbarrella/dollar
Browse files Browse the repository at this point in the history
Remove $ from example commands
  • Loading branch information
dgageot authored May 27, 2019
2 parents 90059f1 + 1f0dfa3 commit 6bddb12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/microservices/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It's highly suggested that you only run this example on a local, private cluster
From this directory, run

```bash
$ skaffold dev
skaffold dev
```

Now, in a different terminal, hit the `leeroy-web` endpoint
Expand All @@ -43,11 +43,11 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
```

Once you see the log message
Once you see the log message
```
[leeroy-app-5b4dfdcbc6-6vf6r leeroy-app] 2018/03/30 06:28:47 leeroy app server ready
```
Your service will be ready to hit again with
Your service will be ready to hit again with

```
$ curl $(minikube service leeroy-web --url)
Expand Down
6 changes: 3 additions & 3 deletions integration/examples/microservices/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It's highly suggested that you only run this example on a local, private cluster
From this directory, run

```bash
$ skaffold dev
skaffold dev
```

Now, in a different terminal, hit the `leeroy-web` endpoint
Expand All @@ -43,11 +43,11 @@ func handler(w http.ResponseWriter, r *http.Request) {
}
```

Once you see the log message
Once you see the log message
```
[leeroy-app-5b4dfdcbc6-6vf6r leeroy-app] 2018/03/30 06:28:47 leeroy app server ready
```
Your service will be ready to hit again with
Your service will be ready to hit again with

```
$ curl $(minikube service leeroy-web --url)
Expand Down

0 comments on commit 6bddb12

Please sign in to comment.