diff --git a/README.md b/README.md
index 3a77541..b5bb4c8 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ pip3 install xmatrix --upgrade
```
#### Add import in your file
```python
-import xmatrix
+from xmatrix import *
```
#### create a matrix
- Matrix("row ; row ...") or Matrix([[1,2,3],[4,5,6],[7,8,9]])
diff --git a/setup.py b/setup.py
index dc9c307..78e9728 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
setup(
name="xmatrix",
- version="1.4.beta",
+ version="1.4.1",
author="Xanonymous",
author_email="trusaidlin@gmail.com",
description="Help you calculate matrix.",