Skip to content

Commit af943cd

Browse files
Update README.md
Signed-off-by: LinuxUsersLinuxMint <[email protected]>
1 parent cadc8e5 commit af943cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Projeye dahil etme:
2929
```Python
3030
#!/usr/bin/python3
3131

32-
from Basic_Maths.Basic_Maths import *
32+
import basic_maths
3333
```
3434
işte Basic_Maths kütüphanesini projenize dahil etmek bu kadar kolay.
3535

@@ -44,6 +44,6 @@ Inclusion in the project:
4444
```Python
4545
#!/usr/bin/python3
4646

47-
from Basic_Maths.Basic_Maths import *
47+
import basic_maths
4848
```
4949
That's how easy it is to include the Basic_Maths library in your project.

0 commit comments

Comments
 (0)