Skip to content

Commit

Permalink
tidy up the mentions of the supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 27, 2020
1 parent 2431bb4 commit a934fde
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

![logo](octokit-dotnet_2.png)

Octokit is a client library targeting .NET 4.5 and above that provides an easy
way to interact with the [GitHub API](http://developer.github.com/v3/).
Octokit is a client library targeting .NET Framework 4.5+ and .NET Standard 1+
and above that provides an easy way to interact with the
[GitHub API](http://developer.github.com/v3/).

## Usage examples

Expand All @@ -24,8 +25,8 @@ Console.WriteLine(user.Followers + " folks love the half ogre!");

## Supported Platforms

* .NET 4.5 (Desktop / Server)
* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
* .NET 4.5 (Desktop / Server) or greater
* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater

## Getting Started

Expand Down

0 comments on commit a934fde

Please sign in to comment.