[PATCH 1/3] README: Fix directory name references and remove reference to nonexistent main/README

Jarielle Catbagan jcatbagan93 at gmail.com
Fri Aug 21 17:05:58 UTC 2015


---
 README | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 73fda36..dd39d40 100644
--- a/README
+++ b/README
@@ -1,17 +1,17 @@
 This is the top-level of the MicroMonitor source tree.
 
 There are three main directories:
-umon_main:
+main:
   This is the common code reusable on various targets as the core
   of MicroMonitor's functionality.
-umon_ports:
+ports:
   This directory contains the public ports of MicroMonitor.  Each
   subdirectory contains the makefile and target-specific code for
   one uMon port.
-umon_apps:
+apps:
   This code provides a few different application examples for use
   after the bootmonitor is built and running on your target.  The
-  best place to go there is umon_apps/demo.  This directory contains
+  best place to go there is apps/demo.  This directory contains
   the source and makefile that support building a basic application
   for any target supported by MicroMonitor.  
 
@@ -19,9 +19,6 @@ For a quick introduction refer to:
 	http://www.umonfw.com/docs/white_paper.pdf
 For a lot more than you'll ever care to read about it refer to:
 	http://www.umonfw.com/docs/umon_user_manual.pdf
-OR...
-
-To get started, refer to umon_main/README.
 
 -----------------------------------------------------------------------
 
-- 
2.3.1




More information about the umon-devel mailing list