Bladeren bron

Update 'README.md'

nhu313 6 jaren geleden
bovenliggende
commit
4b9c65b9d1
1 gewijzigde bestanden met toevoegingen van 0 en 6 verwijderingen
  1. 0
    6
      README.md

+ 0
- 6
README.md Bestand weergeven

@@ -27,12 +27,6 @@
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
-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.
32
-    * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
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
-    * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
36 30
 
37 31
 ## Predicate Utilities
38 32
 * A _predicate_ is a clause which states something about a subject. (_e.g., **is assigning**_ in _"Leon **is assigning** homework"_)