Skip to content

Commit

Permalink
updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
benmonro committed Mar 29, 2013
1 parent 7ef1da9 commit aba4fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ adb.installApk("/path/to/my.apk", function() {
Pushing a file
--------------
```javascript
adb.push("/path/to/src, "/path/to/target", function (err) {
adb.push("/path/to/src", "/path/to/target", function (err) {
if(!err) {
//do cool stuff
}
Expand Down

0 comments on commit aba4fe8

Please sign in to comment.