diff --git a/README.md b/README.md index 11a0230..66887c2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,13 @@ I tested this code on Windows 8.1 (64bit), Keysight IO Library (17.1), node.js Talked to HP 6623A... ``` -> npm install nisa32 +> npm install node-nisa32 +var visa = require('node-nisa32'); + +visa.query("GPIB0::12::INSTR", "*IDN?", function(err, result) { + // do something +} ``` Original Author : 7M4MON