diff --git a/README.md b/README.md index 761ea297..c860659c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ and the official package manager: [cargo](https://github.com/rust-lang/cargo). Simply add the following to your `Cargo.toml` file: -``` +```.ignore [dependencies] nalgebra = "0.10.*" ``` diff --git a/src/lib.rs b/src/lib.rs index 7c9c85b4..21d7fce5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ and the official package manager: [cargo](https://github.com/rust-lang/cargo). Simply add the following to your `Cargo.toml` file: -``` +```.ignore [dependencies] nalgebra = "0.10.*" ```