docs(README): fix typo

This commit is contained in:
Axel Cocat 2022-04-14 11:44:47 +02:00 committed by GitHub
parent 43ccb61341
commit 8906047a06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,14 +110,14 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
```sh ```sh
git clone git@github.com:r-o-b-o-t-o/azerothcore-armory.git git clone git@github.com:r-o-b-o-t-o/azerothcore-armory.git
``` ```
3. Install the dependencies: 2. Install the dependencies:
```sh ```sh
cd azerothcore-armory/ cd azerothcore-armory/
npm install npm install
``` ```
4. Configure the application: copy `config.default.json` to `config.json` or `.env.example` to `.env` and edit the resulting file. 3. Configure the application: copy `config.default.json` to `config.json` or `.env.example` to `.env` and edit the resulting file.
See the [Configuration Reference](#configuration-reference) below for a description of all values. See the [Configuration Reference](#configuration-reference) below for a description of all values.
5. Download the model viewer's data: 4. Download the model viewer's data:
* Download from script: * Download from script:
```sh ```sh
npm run build npm run build