mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: typo improve information
This commit is contained in:
parent
5b862ea342
commit
5c353fd10b
2 changed files with 3 additions and 1 deletions
|
@ -184,6 +184,8 @@ notify:
|
|||
|
||||
### Audit
|
||||
|
||||
<small>Since: `verdaccio@3.0.0`</small>
|
||||
|
||||
`npm audit` is a new command released with [npm 6.x](https://github.com/npm/npm/releases/tag/v6.1.0). Verdaccio includes
|
||||
a built-in middleware plugin to handle this command.
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ For a specific (patch) version:
|
|||
docker pull verdaccio/verdaccio:3.0.1
|
||||
```
|
||||
|
||||
For the next major release using the `beta` (`master branch`)] version.
|
||||
For the next major release using the `beta` (master branch) version.
|
||||
|
||||
```bash
|
||||
docker pull verdaccio/verdaccio:beta
|
||||
|
|
Loading…
Reference in a new issue