use spaces instead of hard tabs for indentation and add the supported modules as a sub-list

This commit is contained in:
sungpark 2017-08-08 17:10:44 -07:00
parent eca7ff986c
commit f984bd2ff5
3 changed files with 11 additions and 7 deletions

View file

@ -166,7 +166,11 @@ Currently the `require` function provided in the preload scope exposes the
following modules:
- `child_process`
- `electron` (crashReporter, remote, ipcRenderer, and webFrame)
- `electron`
- `crashReporter`
- `remote`
- `ipcRenderer`
- `webFrame`
- `fs`
- `os`
- `timers`