We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d18bc commit e0690b6Copy full SHA for e0690b6
README.md
@@ -136,7 +136,7 @@ cmake --build build --config Release --parallel 4
136
```
137
138
139
-### Android
+### Android
140
Android will rely on cmake for configuration and gradlew will again call into cmake to build the native part of yup:
141
142
```bash
@@ -168,7 +168,7 @@ python3 -m http.server -d build
168
These command builds the project in Release mode. Replace `Release` with `Debug` if you need a debug build.
169
170
171
-## Running Tests and Examples
+## Running Tests and Examples
172
After compilation, you can validate the build and explore YUP’s features:
173
174
- Run Tests:
0 commit comments