Skip to content

Commit 7f566e6

Browse files
committed
Update README.md
1 parent 8aadb75 commit 7f566e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pset5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Also, remember that the United States now has $1 coins in circulation.
99

1010
* Create a command line application in Java that prompts the user for the amount of change to be returned (For Example, $3.20)
1111
* Just like in Greedy for C, calculate the fewest number of coins required to fulfill that amount of change
12-
* Use the following [video](http://tv.launchcode.us/#/videos/java_maven_project_structure?lesson=Java) and the following (project template)[https://github.com/MoMenne/launchcode-greedy-template] to create a project that is Maven capable, Spring enabled, and Unit Testable.
12+
* Use the following [video](http://tv.launchcode.us/#/videos/java_maven_project_structure?lesson=Java) and the following [project template](https://github.com/MoMenne/launchcode-greedy-template) to create a project that is Maven capable, Spring enabled, and Unit Testable.
1313
* Watch the following videos on [Unit Testing](http://tv.launchcode.us/#/videos/java_unit_testing?lesson=Java) and [Test Driven Development](http://tv.launchcode.us/#/videos/java_test_driven_development?lesson=Java)
1414
* Use unit testing to ensure that your application calculates the correct number of coins everytime.
1515

0 commit comments

Comments
 (0)