Skip to content

Commit a6999c7

Browse files
authored
Update README.md
Added alt text descriptions to images, in order to meet web accessibility standards. Thanks!
1 parent c497c0d commit a6999c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ find additional documentation at the links below.
2323
* [Node.js](http://nodejs.org/download)
2424
* [Express framework for Node.js](http://expressjs.com)
2525
* You have a normal URL with hostname (not just an IP address) to use for the Redirect URL. If you run this from your own desktop, you'll need to modify your Hosts file (in C:\Windows\System32\drivers\etc for Windows machines and /private/etc for Macs) and map your local server IP address to a new domain name, as in the following example.
26-
![](images/HostsFile.png)
26+
![Modify your HOSTS file to map your local server IP address.](images/HostsFile.png)
2727

2828
**Accounts**
2929

@@ -40,7 +40,7 @@ After you've setup your web server described above,....
4040
2. Go to the [Microsoft app registration page](https://account.live.com/developers/applications/index).
4141
3. On the API Settings page, set Mobile or desktop setting to No.
4242
4. Set the Redirect URI to the domain name of your web site, as in the following example. The root domain name must be unique, so if you use one domain for testing and another for production, you'll need to register separate client ids and secrets for each domain.
43-
![](images/OneNoteMSAScreen.png)
43+
![Setting API properties in the Microsoft application portal.](images/OneNoteMSAScreen.png)
4444
5. On the App Setting page, copy the client ID and secret into the config.js file.
4545
6. Open a command prompt and go to the root directory of the project.
4646
7. Setup project dependencies with the `npm install` command.

0 commit comments

Comments
 (0)