Skip to content

Commit f440a64

Browse files
author
Emil Forslund
committed
Update README.md
1 parent 561e8ff commit f440a64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use CodeGen in your projects, add the following dependency to your `pom.xml`-
1111
</dependency>
1212
```
1313

14-
# Example
14+
## Example
1515
```java
1616
System.out.println(new JavaGenerator().on(
1717
File.of("org/example/BasicExample.java")
@@ -40,7 +40,7 @@ System.out.println(new JavaGenerator().on(
4040
);
4141
```
4242

43-
## Result
43+
### Result
4444
```java
4545
/**
4646
* Write some documentation here.
@@ -63,5 +63,5 @@ public class BasicExample {
6363
## Languages
6464
Currently only the java language is supported, but the language-dependent code is contained in a single package so that more languages can be supported in the future. Most of the java package can probably be reused if the language in question is similair in syntax.
6565

66-
# License
66+
## License
6767
This project is available under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)