diff --git a/README.md b/README.md index 02ef607..e669c39 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ In addition to being memory efficient (with some [limitations](https://stream-zi - By default stores modification time as an extended timestamp. An extended timestamp is a more accurate timestamp than the original ZIP format allows -- Provides an async interface (that uses threads under the hood to share code with the sync interface without blocking the event loop) +- Provides an async interface (that uses threads under the hood) diff --git a/docs/features.md b/docs/features.md index 0925b6e..383210b 100644 --- a/docs/features.md +++ b/docs/features.md @@ -20,4 +20,4 @@ In addition to being memory efficient (with some [limitations](/get-started/#lim - By default stores modification time as an extended timestamp. An extended timestamp is a more accurate timestamp than the original ZIP format allows -- Provides an async interface (that uses threads under the hood to share code with the sync interface without blocking the event loop) +- Provides an async interface (that uses threads under the hood) \ No newline at end of file