Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 17, 2017
1 parent 9eed9e0 commit 4251a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,5 +1,5 @@

#Microsoft Azure Active Directory Authentication Library (ADAL) for iOS and OSX
# Microsoft Azure Active Directory Authentication Library (ADAL) for iOS and OSX
=====================================

| [Code Samples](https://github.com/azure-samples?utf8=✓&q=active-directory-ios) | [Reference Docs](http://cocoadocs.org/docsets/ADAL/) | [Developer Guide](https://aka.ms/aaddev)
Expand Down Expand Up @@ -53,11 +53,11 @@ All code is licensed under the MIT license and we triage actively on GitHub. We
3. Add the ADAL library or framework your project


##Download
## Download

We've made it easy for you to have multiple options to use this library in your iOS project:

###Option 1: Git Submodule
### Option 1: Git Submodule

If your project is managed in a git repository you can include ADAL as a git submodule. First check the [GitHub Releases Page](https://github.com/AzureAD/azure-activedirectory-library-for-objc/releases) for the latest release tag. Replace `<latest_release_tag>` with that version.

Expand All @@ -71,7 +71,7 @@ We've made it easy for you to have multiple options to use this library in your

We recommend only syncing to specific release tags to make sure you're at a known good point. We will not support versions of ADAL between release tags.

###Option 2: Cocoapods
### Option 2: Cocoapods

You can use CocoaPods to remain up to date with ADAL within a specific major version. Include the following line in your podfile:

Expand All @@ -81,7 +81,7 @@ You then you can run either `pod install` (if it's a new PodFile) or `pod update

See [CocoaPods](https://cocoapods.org) for more information on setting up a PodFile

###Option 3: Source Zip
### Option 3: Source Zip

To download a copy of the source code, first make sure you're on the "master" branch and click "Clone or download" then "Download ZIP" in the upper right hand corner, or you can download it [here](https://github.com/AzureAD/azure-activedirectory-library-for-objc/archive/master.zip)

Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Expand Up @@ -2,7 +2,7 @@

We have adopted the semantic versioning flow that is industry standard for OSS projects. It gives the maximum amount of control on what risk you take with what versions. If you know how semantic versioning works with node.js, java, and ruby none of this will be new.

##Semantic Versioning and API stability promises
## Semantic Versioning and API stability promises

Microsoft Identity libraries are independent open source libraries that are used by partners both internal and external to Microsoft. As with the rest of Microsoft, we have moved to a rapid iteration model where bugs are fixed daily and new versions are produced as required. To communicate these frequent changes to external partners and customers, we use semantic versioning for all our public Microsoft Identity SDK libraries. This follows the practices of other open source libraries on the internet. This allows us to support our downstream partners which will lock on certain versions for stability purposes, as well as providing for the distribution over NuGet, CocoaPods, and Maven.

Expand Down

0 comments on commit 4251a0a

Please sign in to comment.