Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

GCP Service Broker #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Service Catalog Installer `sc` lets you do the following:

- Install Service Catalog
- Uninstall Service Catalog
- Install the Service Broker
- Uninstall the Service Broker
- Install a Service Broker
- Uninstall a Service Broker

## Requirements

Expand Down Expand Up @@ -95,11 +95,11 @@ After running the above command, `sc` should get installed in your GOPATH/bin di
```bash
sc uninstall
```
- To add the Service Broker to the Service Catalog, run
- To add the GCP Service Broker to the Service Catalog, run
```bash
sc add-gcp-broker
```
- To remove the Service Broker from the Service Catalog, run
- To remove the GCP Service Broker from the Service Catalog, run
```bash
sc remove-gcp-broker
```
Expand Down