Skip to content

Commit

Permalink
Fixed url for supervisor in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
creotiv authored Aug 26, 2021
1 parent a86d4fc commit 8875ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEV_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ This desktop app is built with:
- [Typescript](https://www.typescriptlang.org/) - Typed superset of JavaScript that compiles to plain JavaScript
- [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- [node](https://github.com/mysteriumnetwork/node) - Mysterium Node, hereinafter referred to as Node
- [node-supervisor](https://github.com/mysteriumnetwork/node-supervisor) - Supervisor: Background service for installing/running Node
- [node/supervisor](https://github.com/mysteriumnetwork/node/tree/master/supervisor) - Supervisor: Background service for installing/running Node
- [mysterium-vpn-js](https://github.com/mysteriumnetwork/mysterium-vpn-js) - JS SDK for communicating with Node
- [mobx-react-lite](https://github.com/mobxjs/mobx-react-lite) - Simple, scalable state management

## Supervisor

Supervisor's job is to start Node when necessary and kill it when its job is done. For more information, see its README.
Supervisor's job is to start Node when necessary and kill it when its job is done.

Below is a typical communication sequence on a user system where neither Supervisor nor Node is initially running (clean install).

Expand Down

0 comments on commit 8875ac4

Please sign in to comment.