Skip to content

Commit 24252d0

Browse files
authored
Update README.md
1 parent 40d9354 commit 24252d0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Usage
44

5-
Example:
5+
Supported Platforms:
6+
7+
- Windows
8+
- Macos
9+
- Linux (Gnome only)
10+
11+
Examples:
612

713
```rust
814
use rustem_proxy::SystemProxy;
@@ -15,3 +21,7 @@ SystemProxy::set(SystemProxy {
1521
protocol: rustem_proxy::Protocol::HTTP,
1622
});
1723
```
24+
25+
```rust
26+
SystemProxy::unset();
27+
```

0 commit comments

Comments
 (0)