docs: fix simple typo, verisons -> versions

There is a small typo in doc/README.md.

Should read `versions` rather than `verisons`.
This commit is contained in:
Tim Gates 2020-12-13 07:00:13 +11:00 committed by Nathan Moinvaziri
parent 318e848843
commit 69fe69aaf6

View File

@ -103,7 +103,7 @@ instance, some #defines will have to be set as they have changed.
|1.x|2.x|Description|
|-|-|:-|
||HAVE_ZLIB|Compile with ZLIB library. Older verisons of Minizip required ZLIB. It is now possible to alternatively compile only using liblzma library.|
||HAVE_ZLIB|Compile with ZLIB library. Older versions of Minizip required ZLIB. It is now possible to alternatively compile only using liblzma library.|
||HAVE_LZMA|Compile with LZMA support.|
|HAVE_BZIP2|HAVE_BZIP2|Compile with BZIP2 library support.|
|HAVE_APPLE_COMPRESSION|HAVE_LIBCOMP|Compile using Apple Compression library.|