Skip to content

Commit 588b191

Browse files
authored
Fix small typo in README (#192)
Just found a small typo, would love to fix it.
1 parent 36a0f25 commit 588b191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PySyncObj is a python library for building fault-tolerant distributed systems. I
3232
- In-memory and on-disk serialization - you can use in-memory mode for small data and on-disk for big one
3333
- Encryption - you can set password and use it in external network
3434
- Python2 and Python3 on linux, macos and windows - no dependencies required (only optional one, eg. cryptography)
35-
- Configurable event loop - it can works in separate thread with it's own event loop - or you can call onTick function inside your own one
35+
- Configurable event loop - it can work in separate thread with it's own event loop - or you can call onTick function inside your own one
3636
- Convenient interface - you can easily transform arbitrary class into a replicated one (see example below).
3737

3838
## Content

0 commit comments

Comments
 (0)