summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d7a5f5..66c4bea 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ elefren = { version = "0.20", features = ["toml"] }
```rust,no_run
// src/main.rs
+extern crate elefren;
+
use std::error::Error;
use elefren::prelude::*;