Skip to content

Commit

Permalink
Fixed README example
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtsf committed Jan 24, 2013
1 parent 5076b87 commit 747beaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pkgtool = require "pkgtool"

pkgtool( "." ).load ( err ) ->
@expand ( err ) ->
@save( err ) ->
@save ( err ) ->
console.log( "Yay!" ) unless err
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pkgtool",
"description": "Tool for holding and updating package dependencies versions",
"version": "0.2.1",
"version": "0.2.2",
"author": "Vladimir Tsvang <vtsvang@gmail.com>",
"dependencies": {
"coffee-script": "1.4.0",
Expand Down

0 comments on commit 747beaf

Please sign in to comment.