Skip to content

Commit 6d5e169

Browse files
Update README
1 parent 50a18a8 commit 6d5e169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ _Below is an example of how you can instruct your audience on installing and set
7575
2. Import thread into your library!
7676
```py
7777
import thread
78-
from thread import Thread, ...
78+
from thread import Thread, ParallelProcessing
7979
```
8080

8181
<p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -96,8 +96,8 @@ Our docs are [here!](/docs/getting-started.md)
9696

9797
- [x] Bug fixes
9898
- [x] Set Thread class to inherit from threading.Thread
99-
- [ ] Add kill method
100-
- [ ] Docs Update
99+
- [x] Add kill method
100+
- [x] Docs Update
101101
- [ ] v0.1.2 Release
102102

103103
See the [open issues](https://github.com/caffeine-addictt/thread/issues) for a full list of proposed features (and known issues).

0 commit comments

Comments
 (0)