Skip to content

Commit cfb8b27

Browse files
committed
6.0.0
1 parent 3b494c5 commit cfb8b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All functions can be used by creating an instance of the Kss class and calling t
5353
```python
5454
from kss import Kss
5555

56-
module = Kss("module_name")
56+
module = Kss("MODULE_NAME")
5757
output = module("YOUR_INPUT_STRING", **kwargs)
5858
```
5959

@@ -107,7 +107,7 @@ If you input `num_workers<2`, Kss will not use multiprocessing.
107107
```python
108108
from kss import Kss
109109

110-
module = Kss("module_name")
110+
module = Kss("MODULE_NAME")
111111

112112
# using all cores
113113
output = module(["YOUR_INPUT_STRING1", "YOUR_INPUT_STRING2", ...], **kwargs)

0 commit comments

Comments
 (0)