Skip to content

Commit

Permalink
Update ghosting-example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dacx authored Aug 24, 2019
1 parent d9d1a3a commit 7cf7275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghosting-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
======================
*/

const Client = require('./dist/src/index.js');
const Client = require('nix-core');
const client = new Client({
username: 'username1',
password: 'password1',
Expand Down

0 comments on commit 7cf7275

Please sign in to comment.