Commit 9e95c0eb authored by Benjamin Chelli's avatar Benjamin Chelli

Fix typo in the readme.md

parent 5626e200
...@@ -107,7 +107,7 @@ smb2Client.exists('path\\to\\my\\file.txt', function (err, exists) { ...@@ -107,7 +107,7 @@ smb2Client.exists('path\\to\\my\\file.txt', function (err, exists) {
}); });
``` ```
### smb2Client.unlinkFile ( path, callback ) ### smb2Client.unlink ( path, callback )
Asynchronous unlink(2). No arguments other than a possible exception are given to the completion callback. Asynchronous unlink(2). No arguments other than a possible exception are given to the completion callback.
```javascript ```javascript
smb2Client.unlink('path\\to\\my\\file.txt', function (err) { smb2Client.unlink('path\\to\\my\\file.txt', function (err) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment