diff --git a/README.md b/README.md index 9a7c6ed..2ad527f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ fn main() -> Result<(), Error> { ``` #### Compile linux example * full file [here](https://github.com/juliangaal/mpu6050/blob/master/src/bin/linux.rs) -* Requirements f: `apt-get install -qq gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross` +* Requirements: `apt-get install -qq gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross` * cross-compile with `cargo build --bin main --target=arm-unknown-linux-gnueabihf` ## TODO