Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Updated missing Alt Text for images in ReadMe #1

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find additional documentation at the links below.
* [Node.js](http://nodejs.org/download)
* [Express framework for Node.js](http://expressjs.com)
* 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.
![](images/HostsFile.png)
![Hosts File open in notepad](images/HostsFile.png)

**Accounts**

Expand All @@ -40,7 +40,7 @@ After you've setup your web server described above,....
2. Go to the [Microsoft app registration page](https://account.live.com/developers/applications/index).
3. On the API Settings page, set Mobile or desktop setting to No.
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.
![](images/OneNoteMSAScreen.png)
![API Settings page](images/OneNoteMSAScreen.png)
5. On the App Setting page, copy the client ID and secret into the config.js file.
6. Open a command prompt and go to the root directory of the project.
7. Setup project dependencies with the `npm install` command.
Expand Down