Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Apr 12, 2016
1 parent 19b0bc9 commit 6562876
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# stormpath-dotnet-config
*Stormpath configuration loader for .NET*
# Stormpath .NET Configuration

This library is responsible for loading the Stormpath configuration. It is an internal module used by the [Stormpath .NET SDK](https://github.com/stormpath/stormpath-sdk-dotnet) and [ASP.NET integration](https://github.com/stormpath/stormpath-aspnet), and is not meant for general consumption.
This library is responsible for loading the Stormpath configuration. It is an internal module used by the [Stormpath .NET SDK](https://github.com/stormpath/stormpath-sdk-dotnet) and [OWIN middleware](https://github.com/stormpath/stormpath-dotnet-owin-middleware), and is not meant for general consumption.

## Installing

Expand All @@ -13,7 +12,7 @@ install-package Stormpath.Configuration

To load the default configuration:
```csharp
var configuration = ConfigurationLoader.Load();
var configuration = ConfigurationLoader.Initialize().Load();
```

To load the default configuration and override specific items:
Expand Down

0 comments on commit 6562876

Please sign in to comment.