1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: fix tenses (#9775)

This commit is contained in:
Ahmed Muhammed 2021-04-17 19:36:29 +03:00 committed by GitHub
parent 81d17f0a39
commit 1a0bc5a952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2082,7 +2082,7 @@ v install [module]
v install ui
```
For remove a module:
Removing a module with v:
```powershell
v remove [module]
@ -2092,7 +2092,7 @@ v remove [module]
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
v update [module]