Merge pull request #9198 from Zokormazo/ui-next-typo

Docs: Fix npm install command line

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-02-01 14:19:18 +00:00 committed by GitHub
commit 0f0857747d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ The AWX UI requires the following:
Run the following to install all the dependencies:
```bash
(host) $ npm run install
(host) $ npm install
```
#### Build the User Interface