diff --git a/README.md b/README.md index 428e995..f89f634 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ This supports mailing for logging what is happening to the databases, future pla 2. Run the server by using the `npm start` command, this will start to run the program. 3. This does not run as a service and should be activated by a `cron` task, or on windows a `scheduler` task, this is completely up to you how you setup. -Example Config File: ```js +Example Config File: +```js { "options": { "parallel_nodes": 2, // Run two database backups at a time