Skip to content

Commit c31edd8

Browse files
authored
add example writing info
1 parent af97443 commit c31edd8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

examples/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ Then, run the gradle task `example`. When you do this, you'll need to specify wh
1212
```
1313
_Having trouble using `gradlew`? Read [this][Terminals Are Different]._
1414

15-
_FastJ requires [Java 11][AdoptOpenJDK-Java11-Link] as a minimum_
15+
_FastJ requires [Java 11][AdoptOpenJDK-Java11-Link] at a minimum._
1616

17-
## Informational Programs
17+
### I'd like to write my own example
18+
Absolutely do! [Check out how right here](https://github.com/fastjengine/FastJ/blob/main/.github/contributing/contributing-examples.md).
19+
20+
## Informational Examples
1821
_These are examples to help you understand how FastJ works._
1922

2023
### [Hello, FastJ!](http://example.fastj.me/hellofastj/Main.java)

0 commit comments

Comments
 (0)