diff --git a/README.md b/README.md index 51ef2722f9ca4aeaa86c9072eda21bf899f2bc97..9457aa3b9cc4bad0ba0756bd034a1d287edfb8fc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ libc = "0.2" ## Features * `std`: by default `libc` links to the standard library. Disable this - feature remove this dependency and be able to use `libc` in `#![no_std]` + feature to remove this dependency and be able to use `libc` in `#![no_std]` crates. * `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.