From 5165ab7e45480e163b813136ba84920dc29a7906 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Fri, 22 Jun 2018 15:58:27 +0100 Subject: [PATCH] Better Vernie example --- examples/vernie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vernie.js b/examples/vernie.js index ecf6cd2..49e2c52 100644 --- a/examples/vernie.js +++ b/examples/vernie.js @@ -3,7 +3,7 @@ const LPF2 = require("..").LPF2; const lpf2 = new LPF2(); lpf2.scan(); // Start scanning for Vernie -console.log("Looking for Vernie (Please turn the Hub on now)..."); +console.log("Looking for Vernie (Please turn on the Hub now)..."); lpf2.on("discover", async (vernie) => { // Wait to discover Vernie