Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovan Crone committed Aug 13, 2014
1 parent d1ebf64 commit e112e00
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 @@ -6,8 +6,8 @@ A simple, fast, fluently structured library that takes the pain out of writing A
```csharp
var command = CommandManager
.DefineCommand(@"SELECT Id, FirstName, LastName
FROM Customers
WHERE HasStoreCard = @HasStoreCard", CommandType.Text)
FROM Customers
WHERE HasStoreCard = @HasStoreCard", CommandType.Text)
.DefineResults<Customer>()
.Finalize();

Expand Down

0 comments on commit e112e00

Please sign in to comment.