From d70da91161c6f791e7f17cbb29ca79798f68ec31 Mon Sep 17 00:00:00 2001 From: Cody Schafer Date: Mon, 1 Dec 2014 16:36:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c37296..104120a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This openembedded layer provides the rust compiler, tools for building packages by a crate's Cargo.toml including triplet-specific dependencies and then using the crate based on a feature (most often, `#[cfg(unix)]`). Until cargo and it's ecosystem get their act together, you'll need to supply patches to the -misbehaving packages. See `recipies/cargo/cargo_*.bb` for and example of how to +misbehaving packages. See `recipies/cargo/cargo_*.bb` for an example of how to do this. ## TODO