Minor fix.

Change-Id: I200d0b114c8645fd07b7ad0d7edede6c1d11954f
diff --git a/README.html b/README.html
index 0eda6a2..50c6a06 100644
--- a/README.html
+++ b/README.html
@@ -390,9 +390,10 @@
 This table stores the resource name (or file path), the resource
 type (rather in APK or on the file system), and the SHA1 checksum.</li>
 <li><strong>Relocation Table</strong> (OBCC_RelocationTable) - <em>not enabled</em></li>
-<li><strong>Exported Variable List</strong> (OBCC_ExportVarList),
-<strong>Exported Function List</strong> (OBCC_ExportFuncList) -
-The list of the addresses of exported variables and exported functions.</li>
+<li><strong>Exported Variable List</strong> (OBCC_ExportVarList) -
+The list of the addresses of exported variables.</li>
+<li><strong>Exported Function List</strong> (OBCC_ExportFuncList) -
+The list of the addresses of exported functions.</li>
 <li><strong>Pragma List</strong> (OBCC_PragmaList) - The list of pragma key-value pair.</li>
 <li><strong>Function Information Table</strong> (OBCC_FuncTable) - This is a table of
 function information, such as function name, function entry address,