Skip to content

Commit 7f5653b

Browse files
committed
Merge branch 'main' of github.com:csharpfritz/InstantAPIs
2 parents 519a7ec + 0087564 commit 7f5653b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
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

@@ -141,8 +145,8 @@ app.Run();
141145

142146
Support for:
143147

144-
- query parameters
145-
- PUT
148+
- [query parameters](https://github.com/csharpfritz/InstantAPIs/issues/40)
149+
- [PUT](https://github.com/csharpfritz/InstantAPIs/issues/39)
146150

147151
## Community
148152

0 commit comments

Comments
 (0)