aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a40ff1..8663d43 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ The goal of Syrette is to be a simple, useful, convenient and familiar DI & IoC
use std::error::Error;
use syrette::injectable;
-use syrette::di_container::blocking::prelude::*;
+use syrette::DIContainer;
use syrette::ptr::TransientPtr;
trait IWeapon