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

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