Skip to content

Commit 2e8fdc8

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

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
@@ -20,7 +20,7 @@ Disclaimer: Ultimately (soon) you will be able to install this via nuget and not
2020
* Build the solution (make sure you enable package restore).
2121
* Create a new folder for your script i.e. c:\hellowebapi and change to it.
2222
* Install the Web Api Self Host nuget package ```scriptcs -install Microsoft.AspNet.WebApi.SelfHost```
23-
* Copy ScriptCs.WebApi.Pack.dll from the script pack bin folder to your local bin.
23+
* Copy ScriptCs.WebApi.Pack.dll, and ScriptCs.Contracts.dll from the script pack bin folder to your local bin.
2424
* Create a start.csx and paste the code below
2525

2626
```csharp

0 commit comments

Comments
 (0)