aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b71d6e3..614b7a0 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,8 @@ The goal of Syrette is to be a simple, useful, convenient and familiar DI librar
```rust
use std::error::Error;
-use syrette::{injectable, DIContainer};
+use syrette::injectable;
+use syrette::di_container::blocking::prelude::*;
use syrette::ptr::TransientPtr;
trait IWeapon