Skip to content

Commit 3024f32

Browse files
committed
Improved style of README.
1 parent 20a92da commit 3024f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# simple-signal
2-
A simple easy to use wrapper around unix signals.
2+
A simple wrapper for handling Unix process signals.
33

4-
## Example usage
4+
## Example Usage
55
```rust
66
extern crate simple_signal;
77
use simple_signal::{Signals, Signal};
@@ -24,4 +24,4 @@ fn main() {
2424
`cargo run --example readme_example`
2525

2626
## Building
27-
If you're using a nightly compiler, I suggest building with `cargo build --features nightly` to avoid the dependency to lazy_static. On stable and beta compilers `cargo build` will do.
27+
If you're using a nightly compiler, I suggest building with `cargo build --features nightly` to avoid the dependency on *lazy_static*. On stable and beta compilers, just run `cargo build`.

0 commit comments

Comments
 (0)