Minor fix.

Change-Id: I200d0b114c8645fd07b7ad0d7edede6c1d11954f
diff --git a/README.rst b/README.rst
index 3f5e374..b79bd7d 100644
--- a/README.rst
+++ b/README.rst
@@ -112,9 +112,11 @@
 
 * **Relocation Table** (OBCC_RelocationTable) - *not enabled*
 
-* **Exported Variable List** (OBCC_ExportVarList),
-  **Exported Function List** (OBCC_ExportFuncList) -
-  The list of the addresses of exported variables and exported functions.
+* **Exported Variable List** (OBCC_ExportVarList) -
+  The list of the addresses of exported variables.
+
+* **Exported Function List** (OBCC_ExportFuncList) -
+  The list of the addresses of exported functions.
 
 * **Pragma List** (OBCC_PragmaList) - The list of pragma key-value pair.