change name to proper script.  update README from native bsp
diff --git a/README.md b/README.md
index 4326eb6..d0de593 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 This repository is the base skeleton on which all other OS distributions are created.
 
 Tadpole is automatically created from Larva (https://github.com/mynewt/larva) using the 
-"make\_tadpole" script (scripts/make\_tadpole).
+"hatch\_tadpole.sh" script (larva/scripts/hatch\_tadpole.sh).
 
 It contains the following components: 
 
@@ -24,7 +24,7 @@
 By default, the newt tool will use the tadpool skeleton when creating a new 
 repository: 
 
-  $ newt create repo <your\_project> 
+    $ newt create repo <your\_project> 
 
 This will create a new project with the name of <your\_project> that has 
 the layout of the tadpole repository. 
@@ -35,10 +35,10 @@
 core of the OS.  In order to update the tadpole repository, the make\_tadpole
 script must be run: 
 
- $ cd larva;
- $ ./scripts/make\_tadpole --dir . --tadpole\_dir ../tadpole 
+    $ cd larva;
+    $ ./scripts/hatch\_tadpole.sh ~/dev/larva ~/dev/tadpole 
 
-Where ../tadpole is the checked out git repository where tadpole exists.  
+Where ~/dev/larva is your larva directory, and ~/dev/tadpole is your tadpole directory. 
 
 ## Discussion 
 
diff --git a/hw/bsp/native/README.md b/hw/bsp/native/README.md
index 67071c5..3d8dfa0 100644
--- a/hw/bsp/native/README.md
+++ b/hw/bsp/native/README.md
@@ -1,3 +1,3 @@
-# ffs
+# Native BSP