Skip to content

Commit ce22e21

Browse files
committed
docs: fix builder pattern API description
1 parent 4a68a91 commit ce22e21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Capture screen content, windows, and applications with high performance and low
1717
- 🎥 **Screen & Window Capture** - Capture displays, windows, or specific applications
1818
- 🔊 **Audio Capture** - Capture system audio and microphone input
1919
-**Real-time Processing** - High-performance frame callbacks with custom dispatch queues
20-
- 🏗️ **Builder Pattern API** - Clean, type-safe configuration with `::build()`
20+
- 🏗️ **Builder Pattern API** - Clean, type-safe configuration with `::builder()` and `::build()`
2121
- 🔄 **Async Support** - Runtime-agnostic async API (works with Tokio, async-std, smol, etc.)
2222
- 🎨 **IOSurface Access** - Zero-copy GPU texture access for Metal/OpenGL
2323
- 🛡️ **Memory Safe** - Proper reference counting and leak-free by design
@@ -401,7 +401,7 @@ screencapturekit/
401401

402402
Contributions welcome! Please:
403403

404-
1. Follow existing code patterns (builder pattern with `::build()`)
404+
1. Follow existing code patterns (builder pattern with `::builder()` and `::build()`)
405405
2. Add tests for new functionality
406406
3. Run `cargo test` and `cargo clippy`
407407
4. Update documentation

0 commit comments

Comments
 (0)