Skip to content

Commit 642f7df

Browse files
committed
Update the readme that MSA accounts are fine and add an example under quickstart closes ocilo#96.
1 parent 61dfd9e commit 642f7df

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var skypeHttp = require("skype-http");
3535

3636
## Quick start
3737

38-
The code below sends `Hello, World!` to all of `bob`'s contacts.
38+
The code below sends `Hello, World!` to all of `bob`'s contacts. If bob's skype account was an MSA account(rather than older skype login) he would login with "[email protected]".
3939

4040
```typescript
4141
import { Api, connect } from "skype-http";
@@ -52,8 +52,7 @@ run();
5252

5353
## Running example
5454

55-
The demo will prompt you your username and password: you should use your Skype account (there is no support for
56-
Microsoft accounts for now).
55+
The demo will prompt you your username and password: you should use your Skype account or MSA.
5756

5857
````shell
5958
git clone https://github.com/demurgos/skype-http

0 commit comments

Comments
 (0)