docs: fix tenses (#9775)
parent
81d17f0a39
commit
1a0bc5a952
|
@ -2082,7 +2082,7 @@ v install [module]
|
||||||
v install ui
|
v install ui
|
||||||
```
|
```
|
||||||
|
|
||||||
For remove a module:
|
Removing a module with v:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
v remove [module]
|
v remove [module]
|
||||||
|
@ -2092,7 +2092,7 @@ v remove [module]
|
||||||
v remove ui
|
v remove ui
|
||||||
```
|
```
|
||||||
|
|
||||||
For update an installed module from [VPM](https://vpm.vlang.io/):
|
Updating an installed module from [VPM](https://vpm.vlang.io/):
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
v update [module]
|
v update [module]
|
||||||
|
|
Loading…
Reference in New Issue