From 074ab583013636044d94dfdfbdabed1ae00e171b Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 31 Mar 2018 08:57:07 -0500 Subject: [PATCH] Fixed require example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6aba15..65bb91e 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Pull requests to document undocumented properties are most welcome. Examples: ```javascript -const ScreenLogic = require('./index'); +const ScreenLogic = require('node-screenlogic'); var finder = new ScreenLogic.FindUnits(); ```