Leon 6 лет назад
Родитель
Сommit
eecbdac678
1 измененных файлов: 6 добавлений и 6 удалений
  1. 6
    6
      README.md

+ 6
- 6
README.md Просмотреть файл

@@ -19,19 +19,19 @@
19 19
 	
20 20
 * **Instructions**
21 21
 
22
-    * Fork this Repository
22
+    1. Fork this Repository
23 23
         * [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account 
24 24
         * [clone](https://help.github.com/articles/cloning-a-repository/) **your** `forked` repository to your local machine.
25
-        * edit and create the required files.
25
+        * Complete steps 2 and 3  
26 26
         * `git add` your changes to the list of your `commited` files.
27 27
         * `git commit` your added files to the list of your `staged` files.
28 28
         * `git push` your staged files to your remote repository.
29 29
         * submit a `pull request` which compares Zipcoder `master` to your `master`.
30
-    * Complete each of the method stubs in the `main` classes provided.
30
+    2. Begin by first ensuring the `main` method in your `ZipcodeRocks` class prints `"Zipcode Rocks!"` upon execution.  
31
+    3. Complete each of the method stubs in each of the `main` classes provided.
31 32
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
32
-    * There are comments above each method stub to describe the expected behavior.
33
-    * Begin by first ensuring the `main` method in your `ZipcodeRocks` class prints `"Zipcode Rocks!"` upon execution.  
34
-    * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
33
+        * There are comments above each method stub to describe the expected behavior.
34
+    4. Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
35 35
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
36 36
 
37 37
 ## Predicate Utilities