File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ the [fpp](https://github.com/FalconChristmas/fpp) and [xLights](https://github.c
55Additional documentation for the file format is available
66at [ Cryptkeeper/fseq-file-format] ( https://github.com/Cryptkeeper/fseq-file-format ) .
77
8- A short example of including libtinyfseq and decoding a file header is available in [ ` example.c ` ] ( example.c ) .
9-
108## Installation
119
1210- Download and copy ` tinyfseq.h ` into your project locally, or to your toolchain's include paths
1311- ` #include "tinyfseq.h" ` as expected (you may need to modify the path).
14- - Define ` TINYFSEQ_IMPLEMENTATION ` in a SINGLE C/C++ source code
15- file ([ more information on using single-file libraries] ( https://github.com/nothings/stb#how-do-i-use-these-libraries ) )
12+ - Define ` TINYFSEQ_IMPLEMENTATION ` in a single C/C++ source code
13+ file ([ more info on using single-file libraries] ( https://github.com/nothings/stb#how-do-i-use-these-libraries ) )
14+
15+ A short example of including libtinyfseq and decoding a file header is available in [ ` example.c ` ] ( example.c )
1616
1717## Library Configuration
1818
You can’t perform that action at this time.
0 commit comments