Skip to content

Commit a4cbeca

Browse files
Fix headlines
1 parent dd3200b commit a4cbeca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
}
2121
```
2222

23-
# Examples
23+
## Examples
2424
The full code for the examples can be viewed [here](https://github.com/dylanwatsonsoftware/bobatea/blob/main/sample/src/main/kotlin/com/example/App.kt)
2525

2626
### Loading
@@ -58,14 +58,10 @@ This simply shows how easy it easy to create custom navigation with the bobatea
5858
<img src="https://raw.githubusercontent.com/dylanwatsonsoftware/bobatea/refs/heads/main/images/coords.gif" /><br/>
5959
View the code for this example [here](https://github.com/dylanwatsonsoftware/bobatea/blob/main/sample/src/main/kotlin/com/example/App.kt#L65-L103)
6060

61-
# Sample
61+
## Sample
6262

6363
To run the sample:
6464
```shell
6565
./gradlew -p sample fatJar
6666
java -jar ./sample/build/libs/sample-0.1-standalone.jar
6767
```
68-
69-
## Usage
70-
71-
Work in progress.

0 commit comments

Comments
 (0)