Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL0rd authored May 23, 2018
1 parent f3a8bb1 commit 0c6d042
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Modular Web Server requires [Node.js](https://nodejs.org/) v4+ to run.
node server.js "./config.json"
```
- Set Webroot path in config.json to point to your WebRoot
- ```sh
   "webRoot": "./someProjectFolder/Webroot"
   ```
```sh
"webRoot": "./someProjectFolder/Webroot"
```
- If you are using plugins, remember to set the path to your plugins folder in config.json
```sh
   "pluginsPath": "../someProjectFolder/Plugins"
   ```
"pluginsPath": "../someProjectFolder/Plugins"
```
- Other optional configuration can be done in the config file. The configuration is pretty straight forward so I'll skip documenting that here.
## Installing plugins
Expand Down

0 comments on commit 0c6d042

Please sign in to comment.