Skip to content

Commit

Permalink
Merge pull request #1 from cnandreu/patch-1
Browse files Browse the repository at this point in the history
Fixed example in README.md
  • Loading branch information
TooTallNate committed Dec 24, 2012
2 parents be699bb + 655d600 commit 7cb5752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Usage
The `node-applescript` module provides `execString` and `execFile` functions
to easily execute AppleScript commands and buffer the output into a calback.

var applescript = require("node-applescript");
var applescript = require("applescript");

// Very basic AppleScript command. Returns the song name of each
// currently selected track in iTunes as an 'Array' of 'String's.
Expand Down

0 comments on commit 7cb5752

Please sign in to comment.