Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Oct 10, 2023
1 parent ec8de8b commit 7ac0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ println(response.jobGroup["job-id"])
### [CupsClient](https://github.com/gmuth/ipp-client-kotlin/blob/master/src/main/kotlin/de/gmuth/ipp/client/CupsClient.kt)

Use the `CupsClient` to connect to a CUPS server.
If you want to access a cups queue you can construct an `IppPrinter` from it's uri.
If you want to access a cups queue you can construct an `IppPrinter` from its uri.

```kotlin
// Connect to default ipp://localhost:631
Expand Down

0 comments on commit 7ac0e0e

Please sign in to comment.