Minor edits to tadpole's README.md.
diff --git a/README.md b/README.md
index d426c7d..a63e930 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,10 @@
 ## Updating Tadpole 
 
 Development of the core operating system is done on larva, which contains the 
-core of the OS.  In order to update the tadpole repository, the make\_tadpole
+core of the OS.  In order to update the tadpole repository, the hatch\_tadpole
 script must be run: 
 
-    $ cd larva;
+    $ cd larva
     $ ./scripts/hatch_tadpole.sh ~/dev/larva ~/dev/tadpole 
 
 Where ~/dev/larva is your larva directory, and ~/dev/tadpole is your tadpole directory.