Skip to content

Clean up README.md #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ Reddit.NET is FOSS (MIT license) and was written in C#. It can be found on Githu

## Usage

Reddit.NET can be installed via NuGet. You can find it at: https://www.nuget.org/packages/Reddit
Reddit.NET can be installed via NuGet. https://www.nuget.org/packages/Reddit

To install via the Visual Studio NuGet Package Manager Console (in VS 2017, you'll find it under Tools->NuGet Package Manager->NuGet Package Manager Console):
To create an app for use with the Reddit API, go here: https://www.reddit.com/prefs/apps

```nuget
PM> Install-Package Reddit
```

To create a new API instance bound to a specific user's refresh token in an installed app:
To create a new API instance for a registered Reddit app:

```c#
using Reddit;
Expand Down