Skip to content

Commit cc6d544

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 7f85366 + c03ecae commit cc6d544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Display Stamp
105105

106106
**Visual Output**
107107

108-
| Loading Indicator Type | Example (Windows CMD) |
108+
| Operating System | Output on OS |
109109
|------------------------|-----------------------------------------|
110110
| Windows 10 | ![Windows.png](Images/Windows.png)|
111111
| Linux (Ubuntu) | ![Linux.png](Images/Linux.png)|
@@ -793,7 +793,7 @@ Calling text sets
793793

794794
**Examples**
795795

796-
from PyPiFiles import TextSets
796+
from PyEnhance import TextSets
797797

798798
TextSet = TextSets.TextSet
799799

@@ -827,7 +827,7 @@ This module like the name implies is a counter.
827827

828828
**Importing the library**
829829

830-
from PyPiFiles import Counter
830+
from PyEnhance import Counter
831831

832832
<i>
833833
<br \>
@@ -855,7 +855,7 @@ or
855855

856856
**Example**
857857

858-
from PyPiFiles import Counter
858+
from PyEnhance import Counter
859859

860860
Counter1 = Counter.Counter()
861861
Counter2 = Counter.Counter()

0 commit comments

Comments
 (0)