Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 4eb392f

Browse files
Update README.md
1 parent 10e7e54 commit 4eb392f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
## Titanium Web Proxy
22

3-
A light weight HTTP(S) proxy server written in C#
3+
A lightweight HTTP(S) proxy server written in C#.
44

55
<a href="https://ci.appveyor.com/project/justcoding121/titanium-web-proxy">![Build Status](https://ci.appveyor.com/api/projects/status/p5vvtbpx9yp250ol?svg=true)</a> [![Join the chat at https://gitter.im/Titanium-Web-Proxy/Lobby](https://badges.gitter.im/Titanium-Web-Proxy/Lobby.svg)](https://gitter.im/Titanium-Web-Proxy/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

7-
Kindly report only issues/bugs here . For programming help or questions use [StackOverflow](http://stackoverflow.com/questions/tagged/titanium-web-proxy) with the tag Titanium-Web-Proxy.
7+
Kindly report only issues/bugs here. For programming help or questions use [StackOverflow](http://stackoverflow.com/questions/tagged/titanium-web-proxy) with the tag Titanium-Web-Proxy.
88

99
* [API Documentation](https://justcoding121.github.io/Titanium-Web-Proxy/docs/api/Titanium.Web.Proxy.ProxyServer.html)
1010
* [Uncyclo & Contribution guidelines](https://github.com/justcoding121/Titanium-Web-Proxy/wiki)
1111

1212
### Features
1313

14-
* Multithreaded & fully asynchronous proxy employing server connection pooling, certificate cache & buffer pooling
15-
* View/modify/redirect/block requests & responses
14+
* Multi-threaded fully asynchronous proxy employing server connection pooling, certificate cache, and buffer pooling
15+
* View/modify/redirect/block requests and responses
1616
* Supports mutual SSL authentication, proxy authentication & automatic upstream proxy detection
1717
* Kerberos/NTLM authentication over HTTP protocols for windows domain
1818

@@ -48,7 +48,7 @@ Supports
4848

4949
### Usage
5050

51-
Refer the HTTP Proxy Server library in your project, look up Test project to learn usage.
51+
Refer the HTTP Proxy Server library in your project and look up the test project to learn usage.
5252

5353
Setup HTTP proxy:
5454

@@ -228,7 +228,7 @@ public Task OnCertificateSelection(object sender, CertificateSelectionEventArgs
228228
```
229229
### Note to contributors
230230

231-
#### Roadmap
231+
#### Road map
232232

233233
* Support HTTP 2.0
234234

0 commit comments

Comments
 (0)