You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ Developing a Koan:
20
20
* Define the order the koan suite (if it's new) will run in the koans/app/config/PathToEnlightenment.xml file
21
21
* Optionally you may use dynamic content in your lesson, examples are located in the XmlVariableInjector class (and Test) and the AboutKoans.java file
22
22
23
-
Something's wrong!:
24
-
===================
23
+
Something's wrong:
24
+
==================
25
25
* If the koans app is constantly timing out compiling a koan, your computer may be too slow to compile the class with the default timeout value. Update the compile_timeout_in_ms property in koans/app/config/config.properties with a larger value and try again.
0 commit comments