diff --git a/subjects/java/piscine/HelloWorld/README.md b/subjects/java/piscine/HelloWorld/README.md index 588eb40b86..37a589f261 100644 --- a/subjects/java/piscine/HelloWorld/README.md +++ b/subjects/java/piscine/HelloWorld/README.md @@ -22,8 +22,7 @@ to get the output of your function in your console. To edit your code, you can use any IDE or text editor, though IDEA IntelliJ or JetBrains are specially dedicated and recommended. -On Gitea, create a repository named `((ROOT))`, and push every java files on the root folder. - +On Gitea, create a repository named `((ROOT))`, and push all Java files into a folder with a name matching the respective exercise. ### Instructions Create a file `HelloWorld.java`.