Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from FredKSchott/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
jasonjoh committed Oct 28, 2015
2 parents 146a08f + 881d145 commit afd34b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once installed, add the following to your source file:

Configuration of the library is done via the `base` namespace:

- `outlook.base.setApiEndpoint` - Use this to override the API endpoint. The default value uses the Outlook v2 enpoint: `https://outlook.office.com/api/v1.0`.
- `outlook.base.setApiEndpoint` - Use this to override the API endpoint. The default value uses the Outlook v1.0 enpoint: `https://outlook.office.com/api/v1.0`.
- `outlook.base.setAnchorMailbox` - Set this to the user's SMTP address to enable the API endpoint to efficiently route API requests.
- `outlook.base.setPreferredTimeZone` - Use this to specify a time zone for the server to use to return date/time values in the Calendar API.

Expand Down Expand Up @@ -93,4 +93,4 @@ Copyright (c) Microsoft. All rights reserved.
----------
Connect with me on Twitter [@JasonJohMSFT](https://twitter.com/JasonJohMSFT)

Follow the [Exchange Dev Blog](http://blogs.msdn.com/b/exchangedev/)
Follow the [Exchange Dev Blog](http://blogs.msdn.com/b/exchangedev/)

0 comments on commit afd34b5

Please sign in to comment.