diff --git a/docs/articles/setup.md b/docs/articles/setup.md index 15f6b2a..c49eb70 100644 --- a/docs/articles/setup.md +++ b/docs/articles/setup.md @@ -6,6 +6,6 @@ To set up the bot you need to provide some Token values in the config.json file The documentation is made with [DocFX](https://github.com/dotnet/docfx). -To create the website files and host them you can: `docfx docfx.json --serve`. +To create the website files and host them you can use the command: `docfx docfx.json --serve`. -If encountered any problems or issues, you may need first to go to the `docs` folders and then run the command: `docfx build` before. \ No newline at end of file +If encountered any problems or issues, you may need first to go to the `docs` folders and then run the command `docfx build` before.