diff --git a/README.md b/README.md
index 4f344de..f59f613 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Summer of Code. We're looking for a few student interns to help write code. We e
- Very strong coding ability. Give us a link to some projects you've done.
- Very clear coding, commenting, and documentation writing skills.
-Your code not only has to be correct, it also has to be easy top understand, and easy to see the connection between your code and
+Your code not only has to be correct, it also has to be easy to understand, and easy to see the connection between your code and
the description of the algorithms in the textbook.
- Enthusiasm for helping other people by explaining things well.
Show us some examples of your work in this area.
@@ -67,7 +67,7 @@ source framework, such as TensorFlow, Theano, Caffe, Keras, Torch, Stanford Core
(6) Javascript Gridworld
-We have code for agents learning, searching, and acting in a grid layout. We need better visualizations of that it Javascript. Make it possible for students to examine existing problems and see what is going on through a simulation of the world, and visualization of various key metrics. Make it easy to define a new world, or to define a new agent function and run it within the world.
+We have code for agents learning, searching, and acting in a grid layout. We need better visualizations of that in Javascript. Make it possible for students to examine existing problems and see what is going on through a simulation of the world, and visualization of various key metrics. Make it easy to define a new world, or to define a new agent function and run it within the world.
Skills: User interface design, Javascript programming.
Possible mentors: Sam Goto