Update README.md

This commit is contained in:
Phuntsok Drak-pa 2019-02-14 03:09:21 +01:00 committed by GitHub
parent da416af686
commit 2ceffe44e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 crates presentation.
```
```rust
extern crate output_vt100;
extern crate ctor;
use ctor::*;