Skip to content

Commit e65ffcb

Browse files
author
Gabriel Monroy
committed
docs(readme): minor language updates
1 parent b08541d commit e65ffcb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Done.
7878
```
7979

8080
Note that the default install command activates 1 of each component.
81-
You can install a single component with `deisctl install router`, for example.
81+
You can scale components with `deisctl scale router=3`, for example.
8282

8383
You can also use the `deisctl uninstall` command to destroy platform units:
8484

@@ -93,7 +93,7 @@ Destroyed Unit deis-builder@1.service
9393
Destroyed Unit deis-router@1.service
9494
```
9595

96-
You can also use `deisctl uninstall router` to uninstall a specific component.
96+
To uninstall a specific component, use `deisctl uninstall router`.
9797

9898
Note that uninstalling platform units will _not_ remove the data units or underlying
9999
data containers. Data must be destroyed manually.
@@ -111,7 +111,7 @@ The `deisctl` tool provides a number of other commands, including:
111111
* `deisctl uninstall <component>` - uninstall a single platform component
112112
* `deisctl scale <component>=<num>` - scale a component to the target number of units
113113

114-
### Examples
114+
## Usage Examples
115115

116116
```console
117117
$ deisctl list
@@ -173,13 +173,15 @@ deis-controller@1.service: launched
173173
```
174174

175175
```console
176-
$ deisctl scale router=2
176+
$ deisctl scale router=3
177177
deis-router@1.service: loaded
178178
deis-router@2.service: loaded
179+
deis-router@3.service: loaded
179180

180181
$ deisctl start router
181182
deis-router@1.service: launched
182183
deis-router@2.service: launched
184+
deis-router@3.service: launched
183185
```
184186

185187
## License

0 commit comments

Comments
 (0)