From 5a9b86dd051c761473e192a1ab8ee681da28c79a Mon Sep 17 00:00:00 2001 From: Ray Booysen Date: Mon, 18 Apr 2016 17:04:47 +0100 Subject: [PATCH] Update screen.md --- docs/api/screen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/screen.md b/docs/api/screen.md index 61210c9e119..4d12f1359f7 100644 --- a/docs/api/screen.md +++ b/docs/api/screen.md @@ -1,8 +1,8 @@ # screen The `screen` module retrieves information about screen size, displays, cursor -position, etc. You should not use this module until the `ready` event of the -`app` module is emitted. +position, etc. You cannot not use this module until the `ready` event of the +`app` module is emitted (by invoking or requiring it). `screen` is an [EventEmitter](http://nodejs.org/api/events.html#events_class_events_eventemitter).