diff --git a/README.md b/README.md
index dc5523643ca..8aaa5682955 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,12 @@ There are two components in the test framework:
- Test Data
+
#### Test script details
Test script is written in JSON structure. The JSON consists of following elements:
-1. Resources. This is a list of resources considered in the test. Each resource object consists of following properties:
+##### Resources. This is a list of resources considered in the test. Each resource object consists of following properties:
- id: a unique test script ID
@@ -73,11 +74,11 @@ Test script is written in JSON structure. The JSON consists of following element
- httpMethod: HTTP method used in invoking this resource
- -path: path of the resource
+- path: path of the resource
- suggested method name: By default this refers to method name of the API in resource classes
-2. Test suites. This is a logical way of grouping related test cases. Each test suite consists of following properties:
+##### Test suites. This is a logical way of grouping related test cases. Each test suite consists of following properties:
- id: unique id of the test script, displayed in the test report