Skip to content

Update the readme that MSA accounts are fine closes #96 #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var skypeHttp = require("skype-http");

## Quick start

The code below sends `Hello, World!` to all of `bob`'s contacts.
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]".

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

## Running example

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

````shell
git clone https://github.com/demurgos/skype-http
Expand Down