From 882b9e7b34a7afb2a0d5a8d816c0d890f5689509 Mon Sep 17 00:00:00 2001 From: nsmryan Date: Sun, 30 Sep 2018 10:38:59 -0400 Subject: [PATCH] minor corrections in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c6e895..284da63 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ This crate has features! Here’s a comprehensive list of what you can enable: - **[cgmath](https://crates.io/crates/cgmath) implementors** + Adds some usefull implementations of `Interpolate` for some cgmath types. + Enable with the `"impl-cgmath"` feature. - - **Standard library / no stdandard library.** + - **Standard library / no standard library.** + It’s possible to compile against the standard library or go on your own without it. + Compiling with the standard library is enabled by default. - + Use `defaut-features = []` in your `Cargo.toml` to disable. - + Enable explicitly with the `"std"` feataure. + + Use `default-features = []` in your `Cargo.toml` to disable. + + Enable explicitly with the `"std"` feature.