From d190ecd30cc5f687e1b26a0b5845c2485d84c8bf Mon Sep 17 00:00:00 2001 From: Marat Dulin Date: Mon, 9 Dec 2024 12:41:12 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6dcced..dc7d85e 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,10 @@ See [Full Documentation](https://docs.rs/osakit/). ## Limitations -Due to limitations on `OSAKit Framework`-side integer values returned from `JavaScript` code -are limited to `i32` type. -`OSAKit` calls must be made from the main thread, so, for example, the default `cargo test`s can fail, -after stalling for 2 min, use a custom test harness like [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) with `--test-threads=1`. +* Due to limitations on `OSAKit Framework`-side integer values returned from `JavaScript` code + are limited to `i32` type. +* `OSAKit` calls must be made from the main thread, so, for example, the default `cargo test`s can fail, + after stalling for 2 min, use a custom test harness like [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) with `--test-threads=1`. ## Supported platforms