Skip to content

Commit 6e50dcf

Browse files
committed
Fix broken table of contents
1 parent dbf5f4f commit 6e50dcf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33

44
A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification
55

6-
76
## Table of Contents
87
- [APEX API C# Security Utility](#apex-api-c#-security-utility)
98
- [Getting Started](#getting-started)
109
* [Prerequisites](#prerequisites)
11-
+ [Installing NUnit Test Adapter](installing-nunit)
1210
* [APIList Interface](#using-the-apilist-class)
1311
+ [Generate QueryString](#generate-querystring)
1412
+ [Generate FormData](#generate-formdata)
@@ -19,7 +17,6 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
1917
- [License](#license)
2018
- [References](#references)
2119

22-
2320
## Getting Started
2421

2522
### Prerequisites
@@ -29,9 +26,7 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
2926

3027
Make sure that all unit test cases are passed before using the library.
3128

32-
#### Installing NUnit
33-
34-
**(Important : Windows Only)**
29+
#### Installing NUnit **(Important : Windows Only)**
3530

3631
For windows users , NUnitTestAdapter have to be installed before you can run the test cases succcessfully.
3732

0 commit comments

Comments
 (0)