We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bda28 commit 569405eCopy full SHA for 569405e
README.md
@@ -35,7 +35,14 @@ Here is a sample asp.net mvc action which uses the parser
35
return Json(parser.Parse());
36
}
37
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:
44
45
+ PM> Install-Package DataTablesParser
46
47
Contributions, comments, changes, issues
48
========================
0 commit comments