Skip to content

Commit b8ae3c0

Browse files
authored
chore: fix typos in README
1 parent fdcec97 commit b8ae3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ to disable the inclusion of error strings in the build. Calls to `tf_err_str` wi
2626

2727
- libtinyfseq only supports FSEQ versions v2.x versions, with the schema initially released in 2018. Older v1.x files
2828
can be upgraded using the [xLights](https://github.com/smeighan/xLights) program.
29-
- To minimize dependencies, libtinyfseq does not support compressed FSEQ files as may use either
30-
[zstd](https://github.com/facebook/zstd) or [zlib](https://www.zlib.net)
29+
- To minimize dependencies, libtinyfseq does not support compressed FSEQ files as they may use both
30+
[zstd](https://github.com/facebook/zstd) and [zlib](https://www.zlib.net)
3131
compression. Compressed FSEQ files can be pre-decompressed using the [xLights](https://github.com/smeighan/xLights)
3232
program, or you may decompress the data buffer yourself using an additional library before passing it to
3333
libtinyfseq.

0 commit comments

Comments
 (0)