Skip to content

Commit

Permalink
Updated README (mentioned the NuGet package).
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyGuts committed Jan 6, 2014
1 parent 66d5c0c commit 514cb38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ The following elements are supported:
* [Alternation constructs](http://msdn.microsoft.com/en-us/library/az24scfc.aspx#alternation_constructs)
* [Inline options and comments](http://msdn.microsoft.com/en-us/library/az24scfc.aspx#miscellaneous_constructs)

## How to Integrate RegexBuilder

Add a reference to YuriyGuts.RegexBuilder.dll in your project manually, or use NuGet Package Manager:
```
PM> Install-Package RegexBuilder
```

## Usage Guide

There are 3 classes you'll need. They all expose their functionality via static members and work statelessly.
Expand Down

0 comments on commit 514cb38

Please sign in to comment.