Fix wording

This commit is contained in:
JeremyStar™ 2024-07-27 12:42:34 +02:00
parent 3503d10c44
commit 006283acff
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -37,7 +37,7 @@ You need the following things to be able to contribute code to the StarOpenSourc
- knowledge of Java
- knowledge about the internals of engine
### What IDE to use?
We use and recommend using [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) for development because it is flexible, extendable, customizable, provides good completions and error detection. It's also open source.
We recommend and are using [IntelliJ IDEA Community Edition](https://github.com/JetBrains/intellij-community) for development because it is flexible, extendable, customizable, provides good completions and error detection. It's also open source.
### Code style
We recommend looking at existing classes.
### Read this before creating a pull request