Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 2f90e24

Browse files
committed
Update README.md
1 parent f6fd3bb commit 2f90e24

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Project Description
22

3-
43
An easy to use library to use MongoDB with .NET. It implements a Repository pattern on top of Official MongoDB C# driver. This project is now available as a [NuGet](https://www.nuget.org) package for your convenience. If you're new to NuGet, [check it out](http://docs.nuget.org/); it's painless, easy and fast. You can find this project by [searching for MongoRepository](https://www.nuget.org/packages?q=mongorepository) in NuGet (or [simply clicking here](http://nuget.org/packages/MongoRepository)).
54

6-
Check the documentation for a step-by-step example and more advanced usage.
5+
Check the [documentation](https://github.com/RobThree/MongoRepository/wiki) for a step-by-step example and more advanced usage.
76

87
## Example:
98

@@ -39,5 +38,4 @@ public class CustomerRepoTest
3938
}
4039
}
4140
```
42-
43-
![Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more](http://i.imgur.com/2yf60gf.png|http://www.jetbrains.com/resharper/features/index.html)
41+
[<img src="http://i.imgur.com/2yf60gf.png" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more">](http://www.jetbrains.com/resharper/features/index.html)

0 commit comments

Comments
 (0)