Skip to content

Commit be05b7e

Browse files
committed
restructure README
1 parent 9e3dd03 commit be05b7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ the [fpp](https://github.com/FalconChristmas/fpp) and [xLights](https://github.c
55
Additional documentation for the file format is available
66
at [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

0 commit comments

Comments
 (0)