Skip to content

Commit 569405e

Browse files
committed
Added info about nuget installation to readme
1 parent f5bda28 commit 569405e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ Here is a sample asp.net mvc action which uses the parser
3535
return Json(parser.Parse());
3636
}
3737

38+
39+
Installation
40+
========================
41+
42+
The easiest way to get this library into your project is through NuGet. You can search using the NuGet package manager, or you
43+
can enter the following command in your package manager console:
3844

45+
PM> Install-Package DataTablesParser
3946

4047
Contributions, comments, changes, issues
4148
========================

0 commit comments

Comments
 (0)