Procházet zdrojové kódy

converted to BlueJ

L. Dolio Durant před 6 roky
rodič
revize
8f61e26ba4
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      README.md

+ 2
- 2
README.md Zobrazit soubor

@@ -12,9 +12,9 @@ In this lab you will practice creating a simple Java program designed to make us
12 12
 
13 13
 ## Unit Test
14 14
 
15
-Select a partner from your tribe; You will each write tests for the requirements below, but your partner must develop against your tests and vice versa. Be sure to use the `io.zipcoder.pets` package for your Pet classes to allow tests to execute properly.
15
+Select a partner from your tribe; You will each write tests for the requirements below, but your partner must develop against your tests and vice versa.
16 16
 
17
-**Hint:** *An easy way to achieve this is for each partner to set up a GitHub repository for this lab, and add the other partner as a collaborator with write access (in the repository settings).*
17
+**Hint:** *An easy way to achieve this is for each partner to set up a Git.Zipcode.rocks repository for this lab, and add the other partner as a collaborator with write access (in the repository settings).*
18 18
 
19 19
 ## Instructions
20 20