Skip to content

Commit 0087564

Browse files
authored
Merge pull request #46 from timheuer/patch-1
Update readme instructions [skip ci]
2 parents a7a2d8a + 72cc2a7 commit 0087564

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ To use this, do the following:
9999
cd DemoApi
100100
```
101101

102-
1. Add a reference to `Fritz.InstantAPIs.dll`
102+
1. Add the NuGet package for [Fritz.InstantAPIs](https://www.nuget.org/packages/Fritz.InstantAPIs/):
103+
104+
```bash
105+
dotnet add package Fritz.InstantAPIs --prerelease
106+
```
103107

104108
1. In *Program.cs*, add the following namespace:
105109

0 commit comments

Comments
 (0)