Skip to content

Commit 5067cd6

Browse files
authored
Merge pull request #3 from techreturners/fix-readme
Adds individual and pairing instructions
2 parents 55d71fe + 0834e1c commit 5067cd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Instructions
44

5-
This repository contains challenges you to undertake around object oriented programming in Java.
5+
This repository contains challenges for you to undertake around Object-Oriented programming in Java. You can work on these
6+
challenges individually or in a pair.
67

78
(The instructions below assume you have got your laptop setup ready for running Java applications as per the pre-journey)
89

@@ -16,9 +17,9 @@ mvn test
1617

1718
You'll see that all the tests are currently failing.
1819

19-
Working in your pairs you job is to one by one fix the failing tests.
20+
Your job is to one by one fix the failing tests.
2021

21-
We recommend working on one persons machine during pairing but once your session has ended send over the code to your pair so that you both have a copy.
22+
If you are working in a pair, we recommend working on one person's machine during pairing, but once your session has ended send over the code to your pair so that you both have a copy.
2223

2324
## Some facts about your objects
2425

0 commit comments

Comments
 (0)