Skip to content

Commit dd37b6a

Browse files
bwinyourslab
andauthored
Update README.md (#82)
Fixed name of link to `stdint.readme` that was named `stdbool.readme`. Co-authored-by: Oscar Michael Abrina <[email protected]>
1 parent 2d9bbc9 commit dd37b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A search may descend through nested objects when the `queryKey` contains matchin
5555

5656
A compiler that supports **C90 or later** such as *gcc* is required to build the library.
5757

58-
Additionally, the library uses 2 header files introduced in ISO C99, `stdbool.h` and `stdint.h`. For compilers that do not provide this header file, the [source/include](source/include) directory contains [stdbool.readme](source/include/stdbool.readme) and [stdbool.readme](source/include/stdint.readme), which can be renamed to `stdbool.h` and `stdint.h` respectively.
58+
Additionally, the library uses 2 header files introduced in ISO C99, `stdbool.h` and `stdint.h`. For compilers that do not provide this header file, the [source/include](source/include) directory contains [stdbool.readme](source/include/stdbool.readme) and [stdint.readme](source/include/stdint.readme), which can be renamed to `stdbool.h` and `stdint.h` respectively.
5959

6060
For instance, if the example above is copied to a file named `example.c`, *gcc* can be used like so:
6161
```bash

0 commit comments

Comments
 (0)