diff --git a/README.md b/README.md index 44a44c5..acaa7e2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install node-vst-host ### Usage ```javascript -var VSTHost = require("./node-vst-host").host; +var VSTHost = require("node-vst-host").host; var host = new VSTHost(); @@ -25,4 +25,4 @@ host.listPlugins( function(names) { // Process an audio file with a VST plugin host.processAudio( "C:/inputFile.wav", "C:/outputFile.wav", ["plugin1", "plugin2"] ); -``` \ No newline at end of file +```