Skip to content

Commit

Permalink
Updated class name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuespetre committed Dec 22, 2014
1 parent 397ad5f commit e0a904b
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 @@ -60,7 +60,7 @@ TuesPechkin exposes three interfaces and one attribute that define an HTML docum

Because TuesPechkin exposes these interfaces/attributes, you are free to write your own implementations that support whichever wkhtmltopdf settings you so desire. If TuesPechkin's included `HtmlDocument` class and its related classes do not provide support for a setting you want to use, you may then extend them or create your own classes altogether -- this also goes for use cases where you are only setting a handful of properties and you find the included implementations to be too verbose.

*The included `HtmlDocument` class and its related classes do not supply any default values to wkhtmltopdf.*
*The included `HtmlToPdfDocument` class and its related classes do not supply any default values to wkhtmltopdf.*

Here is how an `IDocument` is to be processed by an `IConverter`:

Expand All @@ -72,7 +72,7 @@ Here is how an `IDocument` is to be processed by an `IConverter`:

#### Create a document with options of your choosing.
```csharp
var document = new HtmlDocument
var document = new HtmlToPdfDocument
{
GlobalSettings =
{
Expand Down

0 comments on commit e0a904b

Please sign in to comment.