Skip to content

Commit e0690b6

Browse files
committed
Fixes
1 parent 65d18bc commit e0690b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ cmake --build build --config Release --parallel 4
136136
```
137137

138138

139-
### Android
139+
### Android
140140
Android will rely on cmake for configuration and gradlew will again call into cmake to build the native part of yup:
141141

142142
```bash
@@ -168,7 +168,7 @@ python3 -m http.server -d build
168168
These command builds the project in Release mode. Replace `Release` with `Debug` if you need a debug build.
169169

170170

171-
## Running Tests and Examples
171+
## Running Tests and Examples
172172
After compilation, you can validate the build and explore YUP’s features:
173173

174174
- Run Tests:

0 commit comments

Comments
 (0)