Skip to content

Commit ac8f457

Browse files
committed
README updated
1 parent 9968b09 commit ac8f457

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface IGuidelineApi : IApiContract
8181

8282
Task GetWithReferenceType(SimpleModel model);
8383

84-
[HttpPost]
84+
[HttpPostMarker]
8585
Task TaskActionPost(SimpleModel model);
8686
}
8787
```
@@ -154,7 +154,4 @@ public class GuidelineController : Controller, IGuidelineApi
154154

155155

156156
### Prerequisites
157-
> [ASP.NET Core](https://github.com/aspnet/Home)
158-
159-
### Installation
160-
> dotnet restore
157+
> [ASP.NET Core](https://github.com/aspnet/Home)

0 commit comments

Comments
 (0)