Tweak example intros

This commit is contained in:
Kevin Sawicki 2016-05-20 14:03:56 -07:00
parent e1d9229507
commit f16f48aa7c

View file

@ -5,14 +5,14 @@
Certain Electron behaviors are controlled by environment variables because they Certain Electron behaviors are controlled by environment variables because they
are initialized earlier than the command line flags and the app's code. are initialized earlier than the command line flags and the app's code.
Examples on POSIX shells: POSIX shell example:
```bash ```bash
$ export ELECTRON_ENABLE_LOGGING=true $ export ELECTRON_ENABLE_LOGGING=true
$ electron $ electron
``` ```
on Windows console: Windows console example:
```powershell ```powershell
> set ELECTRON_ENABLE_LOGGING=true > set ELECTRON_ENABLE_LOGGING=true