line up process annotations consistently

This commit is contained in:
Zeke Sikelianos 2016-11-03 13:13:21 -07:00
parent 21105271a4
commit 471b9980ec
2 changed files with 2 additions and 4 deletions

View file

@ -2,8 +2,7 @@
> Retrieve information about screen size, displays, cursor position, etc.
Process: [Main](../tutorial/quick-start.md#main-process),
[Renderer](../tutorial/quick-start.md#renderer-process)
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
You cannot require or use this module until the `ready` event of the `app`
module is emitted.

View file

@ -2,8 +2,7 @@
> Manage files and URLs using their default applications.
Process: [Main](../tutorial/quick-start.md#main-process),
[Renderer](../tutorial/quick-start.md#renderer-process)
Process: [Main](../tutorial/quick-start.md#main-process), [Renderer](../tutorial/quick-start.md#renderer-process)
The `shell` module provides functions related to desktop integration.