Skip to content

Commit b6a338a

Browse files
committed
docs: add usage examples
1 parent 4a589b9 commit b6a338a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Use the package directly:
4141
go get -u github.com/cshum/vipsgen/vips
4242
```
4343

44-
All operations support optional configuration where applicable. Pass nil to use default settings, or provide an options struct for customization. These bindings maintain direct argument equivalence with the [libvips API](https://www.libvips.org/API/current/). See [examples](https://github.com/cshum/vipsgen/tree/main/examples) for common usage patterns.
44+
All operations support parameters and optional arguments through structs, maintaining direct equivalence with the [libvips API](https://www.libvips.org/API/current/).
45+
Pass `nil` to use default behavior for optional arguments.
46+
See [examples](https://github.com/cshum/vipsgen/tree/main/examples) for common usage patterns.
4547

4648

4749
```go

0 commit comments

Comments
 (0)