Skip to content

Commit b0da3c7

Browse files
Update README.md
1 parent 36137e4 commit b0da3c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ A Rust library for high-quality screen capture that leverages native OS APIs for
1414

1515
---
1616

17-
## features
17+
## Features
1818

1919
1. Cross-platform across Windows, Mac and Linux!
2020
2. Checks for support and recording permissions.
2121
3. Query list of captureable targets (displays and windows).
2222
4. Exclude certain targets from being captured.
2323

24-
## contributing
24+
## Contributing
2525

2626
We found most of Rust's tooling around screen capture either very outdated, non-performant or platform-specific. This project is our attempt to change that. Contributions, PRs and Issues are most welcome!
2727

@@ -32,7 +32,7 @@ If you want to contribute code, here's a quick primer:
3232
3. Platform-specific code lives in the `win`, `mac` and `linux` modules.
3333
4. The [main.rs](./src/main.rs) is a small program that "consumes" the library, for easy testing.
3434

35-
## usage
35+
## Usage
3636

3737
```rust
3838
use scap::{
@@ -97,11 +97,11 @@ fn main() {
9797
}
9898
```
9999

100-
## license
100+
## License
101101

102102
The code in this repository is open-sourced under the MIT license, though it may be relying on dependencies that are licensed differently. Please consult their documentation for exact terms.
103103

104-
## contributors
104+
## Contributors
105105

106106
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
107107
<!-- prettier-ignore-start -->
@@ -125,7 +125,7 @@ The code in this repository is open-sourced under the MIT license, though it may
125125

126126
<!-- ALL-CONTRIBUTORS-LIST:END -->
127127

128-
## credits
128+
## Credits
129129

130130
This project builds on top of the fabulous work done by:
131131

0 commit comments

Comments
 (0)