Skip to content

Commit b209cf0

Browse files
committed
Update README.md
1 parent 2e8fdc8 commit b209cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
2424
* Create a start.csx and paste the code below
2525

2626
```csharp
27-
public class TestController : System.Web.Http.ApiController {
27+
public class TestController : ApiController {
2828
public string Get() {
2929
return "Hello world!";
3030
}

0 commit comments

Comments
 (0)