Skip to content

Commit

Permalink
Merge pull request #596 from evilbloodydemon/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ili committed Mar 17, 2017
2 parents f762c41 + 2e2f239 commit c52fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Architecturally it is one step above micro-ORMs like Dapper, Massive, or PetaPoc

However, it's not as heavy as LINQ to SQL or Entity Framework. There is no change-tracking, so you have to manage that yourself, but on the plus side you get more control and faster access to your data.

In another words **LINQ to DB is type-safe SQL**.
In other words **LINQ to DB is type-safe SQL**.

Visit our [blog](http://blog.linq2db.com/) and see [Wiki](https://github.com/linq2db/linq2db/wiki) for more details.

Expand Down

0 comments on commit c52fafc

Please sign in to comment.