Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Dec 15, 2023
1 parent cd005d7 commit 43b6780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Enhanced Job Pool for Python Multiprocessing
## Usage

```python
from job_pool.job_pool import JobPool
from job_pool import JobPool

def add_one(i):
return i + 1
Expand Down

0 comments on commit 43b6780

Please sign in to comment.