Skip to content

Commit

Permalink
Fix readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Geramb committed Jun 26, 2019
1 parent 801f871 commit d85d7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions DCCS.Data.Source.sln
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCCS.Data.Source", "DCCS.Data.Source\DCCS.Data.Source.csproj", "{A1462C65-8A34-4D1C-9ACE-68BE5E1DB79B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCCS.Data.Source.Tests", "DCCS.Data.Source.Tests\DCCS.Data.Source.Tests.csproj", "{D1410498-5D3B-4CC2-9EE0-CE3CD6C91CD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A06AA2B1-1C93-468D-96B7-8A443DC92351}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The resulting JSON looks like this:
{"name": "user 2", ...},
// ...
],
"page": 0,
"page": 1,
"count": 10,
"orderBy": "name",
"desc": false
Expand Down

0 comments on commit d85d7ea

Please sign in to comment.