Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih BÜLBÜL committed Aug 27, 2016
1 parent 3acdb06 commit 27311bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Nuget PM> Install-Package System.Linq.Dynamic
```

#Usage for ViewModel
```
```c#
public class TestViewModel
{
public int Id { get; set; }
Expand All @@ -35,7 +35,7 @@ Nuget PM> Install-Package System.Linq.Dynamic


#Source Code
```
```c#
using System;
using System.ComponentModel.DataAnnotations;
using System.Linq;
Expand Down

0 comments on commit 27311bf

Please sign in to comment.