From 2ceffe44e1686abd85e35bb66b6cecc24a7a7286 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 14 Feb 2019 03:09:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ae7d6..78a7146 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ fn main() { If you wish to ensure the `output_vt100::init()` function is only ran once, you can use the crate [ctor](https://crates.io/crates/ctor). Be aware though it might not be suited for every use case, as explained on the crate’s presentation. -``` +```rust extern crate output_vt100; extern crate ctor; use ctor::*;