diff --git a/README.md b/README.md index 3ed7356..c897407 100644 --- a/README.md +++ b/README.md @@ -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 "bob@bobsdomain.com". ```typescript import { Api, connect } from "skype-http"; @@ -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