Skip to content

Commit 5405aea

Browse files
committed
README updated
1 parent ddf28ee commit 5405aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class TestController : Controller
6868

6969
#### API Contract Definition (Default HttpMethod is HttpGet)
7070
```csharp
71-
// This APIs expose methods from localhost:5000 and localhost:5001 as configured on ProxySettings
71+
// This API expose methods from localhost:5000 and localhost:5001 as configured on ProxySettings
7272
[ApiRoute("api/[controller]", regionKey: "Main")]
7373
public interface IGuidelineApi : IApiContract
7474
{

0 commit comments

Comments
 (0)