From 16405309a011ffd004ce68be427cb6b2c90d5ddc Mon Sep 17 00:00:00 2001 From: George Melikov Date: Mon, 10 Nov 2025 12:36:02 +0300 Subject: [PATCH] Fix small typo in README Just found a small typo, would love to fix it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed0288..7d1e7a0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ PySyncObj is a python library for building fault-tolerant distributed systems. I - In-memory and on-disk serialization - you can use in-memory mode for small data and on-disk for big one - Encryption - you can set password and use it in external network - Python2 and Python3 on linux, macos and windows - no dependencies required (only optional one, eg. cryptography) -- 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 +- 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 - Convenient interface - you can easily transform arbitrary class into a replicated one (see example below). ## Content