From 15e6ddc1fd07f49706d90f861775eec793972edc Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 9 Sep 2022 14:05:51 +0200 Subject: [PATCH] Fix typo. :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df1e980..9fb7fdda 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ q: What about JAI? Several of the formats are already supported by JAI. a: While JAI (and jai-imageio in particular) have support for some of the same formats, JAI has some major issues. The most obvious being: -- It's not actively developed. No issues has been fixed for years. +- It's not actively developed. No issue has been fixed for years. - To get full format support, you need native libs. Native libs does not exist for several popular platforms/architectures, and further the native libs are not open source. Some environments may also prevent deployment of native libs, which brings us back to square one.