Update desktop-environment-integration.md
authorPier Bover <yo@pierbover.com>
Fri, 25 Mar 2016 22:26:14 +0000 (16:26 -0600)
committerPier Bover <yo@pierbover.com>
Fri, 25 Mar 2016 22:26:14 +0000 (16:26 -0600)
docs/tutorial/desktop-environment-integration.md

index c35eea9..53fdf60 100644 (file)
@@ -15,6 +15,8 @@ to the user. Electron conveniently allows developers to send notifications with
 the [HTML5 Notification API](https://notifications.spec.whatwg.org/), using
 the currently running operating system's native notification APIs to display it.
 
+Note: since this is an HTML5 API it is only avaialable in the renderer process.
+
 ```javascript
 var myNotification = new Notification('Title', {
   body: 'Lorem Ipsum Dolor Sit Amet'