jassub 2.0.7 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,7 +29,9 @@ JASSUB is a JS wrapper for <a href="https://github.com/libass/libass">libass</a>
29
29
  }
30
30
  ```
31
31
 
32
- Headers are required to use this library, as it uses SharedArrayBuffer for multi-threading!!!
32
+ Headers are recommended to use this library, as it uses SharedArrayBuffer for multi-threading, but if you can't set them, it will still work in single-threaded mode.
33
+
34
+ Then install the library via:
33
35
 
34
36
  ```shell
35
37
  [p]npm i jassub