Skip to content

Commit 253111c

Browse files
committed
Fix readme
1 parent 9b82df1 commit 253111c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov](https://codecov.io/gh/lefticus/json2cpp/branch/main/graph/badge.svg)](https://codecov.io/gh/lefticus/json2cpp)
55
[![Language grade: C++](https://img.shields.io/lgtm/grade/cpp/github/lefticus/json2cpp)](https://lgtm.com/projects/g/lefticus/json2cpp/context:cpp)
66

7-
json2cpp is compiles a json file into `static constexpr` data structures that can be used at compile time or runtime.
7+
**json2cpp** compiles a json file into `static constexpr` data structures that can be used at compile time or runtime.
88

99
Features
1010

@@ -15,7 +15,4 @@ Features
1515
* [valijson](https://github.com/tristanpenman/valijson) adapter file provided
1616

1717

18-
See [tests](tests) folder for examples for building resources, using the valijson adapter, constexpr usage of resources, and firewalled usage of resources.
19-
20-
21-
18+
See the [test](test) folder for examples for building resources, using the valijson adapter, constexpr usage of resources, and firewalled usage of resources.

0 commit comments

Comments
 (0)