Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jul 12, 2015
1 parent b42c5f4 commit baadb4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var email = require("nativescript-email");

```js
email.available().then(function(avail) {
alert("Available? " + avail);
console.log("Email available? " + avail);
})
```

Expand All @@ -35,7 +35,7 @@ var email = require("nativescript-email");
cc: ['[email protected]'],
bcc: ['[email protected]', '[email protected]']
}).then(function(r) {
console.log("email closed");
console.log("Email composer closed");
});
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-email",
"version": "1.1.0",
"version": "1.1.1",
"description": "Email plugin for your NativeScript app",
"main": "email.js",
"nativescript": {
Expand Down

0 comments on commit baadb4e

Please sign in to comment.