blockquote summaries

This commit is contained in:
Zeke Sikelianos 2016-04-21 15:39:12 -07:00
parent ee190ca62a
commit 0527b17e42
32 changed files with 32 additions and 32 deletions

View file

@ -1,6 +1,6 @@
# remote
Communicate between the renderer process and the main process.
> Communicate between the renderer process and the main process.
The `remote` module provides a simple way to do inter-process communication
(IPC) between the renderer process (web page) and the main process.