Skip to content

Commit

Permalink
Update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
quozd committed Jul 11, 2014
1 parent bab5d87 commit 5f6d14a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ PM> Install-Package NPetrovich
Manual

Just reference NPetrovich dll to your project.
You also need to copy `rules.yml` to folder with NPetrovich dll.

## Building

Expand Down Expand Up @@ -83,7 +82,7 @@ System.Console.WriteLine(gender); // Male
You can use your own rules loeder which implements IRulesLoader interface:

```csharp
IRulesLoader customLoader = new CustomRulesLoader("CustomRulesFile.CustomExtension");
IRulesLoader customLoader = new CustomRulesLoader();
var petrovich = new Petrovich(customLoader);
```

Expand Down

0 comments on commit 5f6d14a

Please sign in to comment.