Skip to content

Commit

Permalink
Syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Feb 20, 2016
1 parent 5a3c98d commit fb7293a
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 @@ -12,12 +12,12 @@ install-package Stormpath.Configuration
## Usage

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

To load the default configuration and override specific items:
```
```csharp
var configuration = ConfigurationLoader.Load(new StormpathConfiguration()
{
Client = new ClientConfiguration()
Expand Down

0 comments on commit fb7293a

Please sign in to comment.