Update README.md

Typo in README
This commit is contained in:
Tim Condon 2023-06-06 11:50:21 +01:00 committed by GitHub
parent 2d713aaf5b
commit b82c6ab475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let app = HBApplication()
let transport = HBOpenAPITransport(app)
// Create an instance of your handler type that conforms the generated protocol
// defininig your service API.
// defining your service API.
let handler = MyServiceAPIImpl()
// Call the generated function on your implementation to add its request