From 7cf72756093493ff3e4d7e02b9b9de7a62ef840c Mon Sep 17 00:00:00 2001 From: dacx <5989168+dacx@users.noreply.github.com> Date: Sat, 24 Aug 2019 15:26:55 +0200 Subject: [PATCH] Update ghosting-example.js --- ghosting-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghosting-example.js b/ghosting-example.js index 4beeb21..a204b75 100644 --- a/ghosting-example.js +++ b/ghosting-example.js @@ -17,7 +17,7 @@ ====================== */ -const Client = require('./dist/src/index.js'); +const Client = require('nix-core'); const client = new Client({ username: 'username1', password: 'password1',