Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Correction of some typos on ready file.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelramos committed Apr 1, 2015
1 parent c777864 commit 5271b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ is supported. Work in progress.
var files = req.files,
browser = req.browser;

browser.add(files.wallpaper.path, browser.root, files.wallpaper.name, function(err, file){
browser.add(files.wallpaper.path, browser.root, function(err, file){
process.nextTick(function() {
fs.unlink(files.wallpaper.path, function(){
res.status(200).send(file);
Expand Down Expand Up @@ -242,7 +242,7 @@ Add unit tests for any new or changed functionality. Lint and test your code.

## Release History

* 0.0.6 Refactor all flow and apply best pratices
* 0.0.6 Refactor all flow and apply best practices.
* 0.0.5 New methods remove, move, copy and link.
* 0.0.4 New methods mkdir and rmdir on Local.
* 0.0.3 New method add files on Local.
Expand Down

0 comments on commit 5271b20

Please sign in to comment.