Skip to content

Commit 99da594

Browse files
committed
Update README to use correct classname
1 parent 6a3304c commit 99da594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. Install a recent Java runtime, if you haven't already. We recommend 1.8, but 1.7 will work, too.
1111
1. If you've been following along on Learn, we've walked you through installing Java (both the JRE and the JDK).
1212
2. But if you want to make sure, you can try running `java` or `javac` at your command line prompt. If it doesn't work, you probably don't have Java installed.
13-
2. In `com.flatironschool.javacs.Main`, we've provided a function `getVersion()`. It should print your system's current version of Java.
13+
2. In `com.flatironschool.javacs.HelloWorld`, we've provided a function `getVersion()`. It should print your system's current version of Java.
1414
1. We want not only to make this function work but also to make sure that it prints a version compatible with the upcoming lessons.
1515
2. You might find the following information useful:
1616
1. You can print information to stdout (usually, your console) with `System.out.println()`.

0 commit comments

Comments
 (0)