Kaynağa Gözat

Readme updates

Kr Younger 6 yıl önce
ebeveyn
işleme
3a97cc6cd4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README.md

+ 1
- 1
README.md Dosyayı Görüntüle

@@ -76,7 +76,7 @@
76 76
 
77 77
 
78 78
 ## String Utilities
79
-* Ensure each of the test cases passes successfully in the class [TestStringUtilities](./src/test/java/com/zipcodewilmington/danny_do_better_exercises/TestStringUtilities.java) by completing each of the method stubs in the class [StringUtilities](./src/main/java/com/zipcodewilmington/danny_do_better_exercises/StringUtilities.java).
79
+* Ensure each of the test cases passes successfully in the class [TestStringUtilities](./Method\ Fundamentals/TestStringUtilities.java) by completing each of the method stubs in the class [StringUtilities](./Method\ FundaMentals/StringUtilities.java).
80 80
 * Method Stubs to be completed
81 81
 	* `String concatenation(String, String)`
82 82
 	* `String concatenation(int, String)`