We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8fdc8 commit b209cf0Copy full SHA for b209cf0
README.md
@@ -24,7 +24,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
24
* Create a start.csx and paste the code below
25
26
```csharp
27
-public class TestController : System.Web.Http.ApiController {
+public class TestController : ApiController {
28
public string Get() {
29
return "Hello world!";
30
}
0 commit comments