Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
zocky committed Jul 13, 2012
1 parent 93d445b commit c291c28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd.js v0.2 - a comfortable async method chaining wrapper library for the HTML5 F
this.echo(file.fullPath);
});

###to do lots of stuff:
###to do lots of stuff, all in the expected order:

var store = {}, total = 0, report = '';
Expand Down Expand Up @@ -55,6 +55,8 @@ cd.js v0.2 - a comfortable async method chaining wrapper library for the HTML5 F
### constructor
####`cd(path)`
Start a new fs method queue, change the current directory to `path`.
####`cd(function)`
Execute the function when the file system becomes available.

### PROPERTIES
#### `.cwd`
Expand Down

0 comments on commit c291c28

Please sign in to comment.