Skip to content

Commit dbf5f4f

Browse files
committed
Fix typos and align spacing
1 parent 0bf416c commit dbf5f4f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributing:
1+
## Contributing
22
We welcome your involvement, be it fixing bugs or implementing new features that you find relevant to this library.
33

44
To contribute, you may follow the steps below:

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# APEX API C$ Security Utility
1+
# APEX API C# Security Utility
22
[![Build Status](https://travis-ci.org/GovTechSG/csharp-apex-api-security.svg?branch=master)](https://travis-ci.org/GovTechSG/csharp-apex-api-security)
33

44
A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification
@@ -8,12 +8,12 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
88
- [APEX API C# Security Utility](#apex-api-c#-security-utility)
99
- [Getting Started](#getting-started)
1010
* [Prerequisites](#prerequisites)
11-
+ [Installing NUnit Testing Framework Adapter](installing-nunittestadapter)
11+
+ [Installing NUnit Test Adapter](installing-nunit)
1212
* [APIList Interface](#using-the-apilist-class)
1313
+ [Generate QueryString](#generate-querystring)
1414
+ [Generate FormData](#generate-formdata)
15-
* [Constructing HMAC256 L1 Authorization Header](#how-to-generate-the-hmac256-l1-authorization-header)
16-
* [Constructing RSA256 L2 Authorization Header](#how-to-generate-the-rsa256-l2-authorization-header)
15+
* [Constructing HMAC256 L1 Authorization Header](#how-to-generate-hmac256-l1-authorization-header)
16+
* [Constructing RSA256 L2 Authorization Header](#how-to-generate-rsa256-l2-authorization-header)
1717
- [Release](#release)
1818
- [Contributing](#contributing)
1919
- [License](#license)
@@ -29,7 +29,7 @@ A C# helper utility that construct and sign HTTP Authorization header scheme for
2929

3030
Make sure that all unit test cases are passed before using the library.
3131

32-
#### Installing NUnitTestAdapter
32+
#### Installing NUnit
3333

3434
**(Important : Windows Only)**
3535

@@ -73,7 +73,7 @@ The ApiUtilLib Library provide the utility class ApiList to construct request Qu
7373
// phoneNo=%2B1+1234+4567+890&street=Hellowood+Street&state=AP
7474
```
7575

76-
### How to Generate the HMAC256 L1 Authorization Header
76+
### How to Generate HMAC256 L1 Authorization Header
7777
```
7878
public static void L1Sample()
7979
{
@@ -124,7 +124,7 @@ public static void L1Sample()
124124
}
125125
```
126126

127-
### How to Generate the RSA256 L2 Authorization Header
127+
### How to Generate RSA256 L2 Authorization Header
128128
```
129129
public static void L2Sample()
130130
{

0 commit comments

Comments
 (0)