Skip to content

Commit e43a351

Browse files
authored
Format Readme Headers
1 parent 6e50dcf commit e43a351

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
A C# helper utility that construct and sign HTTP Authorization header scheme for API authentication and verification
55

66
## Table of Contents
7-
- [APEX API C# Security Utility](#apex-api-c#-security-utility)
87
- [Getting Started](#getting-started)
98
* [Prerequisites](#prerequisites)
109
* [APIList Interface](#using-the-apilist-class)
@@ -181,16 +180,16 @@ static string GetLocalPath(string relativeFileName)
181180
}
182181
```
183182

184-
### Release
183+
## Release
185184
+ See [CHANGELOG.md](CHANGELOG.md).
186185

187-
### Contributing
186+
## Contributing
188187
+ For more information about contributing PRs and issues, see [CONTRIBUTING.md](https://github.com/GovTechSG/csharp-apex-api-security/blob/master/.github/CONTRIBUTING.md).
189188

190-
### License
189+
## License
191190
[MIT LICENSE ](https://github.com/GovTechSG/csharp-apex-api-security/blob/master/LICENSE)
192191

193-
### References
192+
## References
194193
+ [Akana API Consumer Security](http://docs.akana.com/ag/cm_policies/using_api_consumer_app_sec_policy.htm)
195194
+ [RSA and HMAC Request Signing Standard](http://tools.ietf.org/html/draft-cavage-http-signatures-05)
196195

0 commit comments

Comments
 (0)