Skip to content

Commit 72cc2a7

Browse files
authored
Update readme instructions [skip ci]
Modifying the 'add reference' instructions to use NuGet to clarify how to specifically do that
1 parent a7a2d8a commit 72cc2a7

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)