Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
copy paste error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 1, 2011
1 parent 7dc035d commit 4f5a927
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -73,15 +73,4 @@ fstream
This will do like `cp -Rp path/to/dir path/to/other/dir`. If the other
dir exists and isn't a directory, then it'll emit an error. It'll also
set the uid, gid, mode, etc. to be identical. In this way, it's more
like `rsync -a` than simply a copy
```javascript
fstream
.Writer({ path: "path/to/file"
, mode: 0755
, size: 6
})
.write("hello\n")
.end()
```

.
like `rsync -a` than simply a copy.

0 comments on commit 4f5a927

Please sign in to comment.