diff --git a/README.md b/README.md
index aa75ca17a090a1366dd47a40b886acebab47bb75..c518433b62d9f76ac626c784951e9fc99f8c5d60 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Suggestions to try:
     - Policy Gradients (harderer)
 - **(10%) bonus** Implement four algorithms in total (you can do more but we'll only look at four, you need to tell us which).
 - **(40%)** Report : Write a short report on the problem and the results of your three algorithms. The report should be submited on LEARN as a pdf. 
-    - Describing each algorithm you used, define the states, actions, dynamics. Define the mathematical formulation of your algorithm, show the Bellman updates for you use.
+    - Describing each algorithm you used, define the states, actions, dynamics. Define the mathematical formulation of your algorithm, show the Bellman updates for the algorithms you use.
     - Some quantitative analysis of the results, a default plot for comparing all algorithms is given. You can do more than that.
     - Some qualitative analysis of why one algorithm works well in each case, what you noticed along the way.