Skip to content

Commit afcb360

Browse files
committed
Update Microsoft.md
1 parent fae467b commit afcb360

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/examples/Microsoft.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This document provides various examples of how to use Flaredantic with Microsoft Dev Tunnelss in different scenarios.
44

5-
> **⚠️ Note:** Microsoft Dev Tunnels currently only supports **Linux** and **macOS** platforms. Windows support is not yet available in this library.
6-
75
## Basic Examples
86

97
### Simple HTTP Server
@@ -58,15 +56,15 @@ The binary is located in `~/.flaredantic/microsoft` (or your custom `bin_dir`).
5856
cd ~/.flaredantic/
5957

6058
# Run the logout command
61-
./microsoft user logout
59+
./devtunnel user logout
6260
```
6361

6462
After logging out, the next time you run your Python script with `MicrosoftTunnel`, it will prompt you for a new device login.
6563

6664
**To check current login status:**
6765
```bash
6866
cd ~/.flaredantic/
69-
./microsoft user show
67+
./devtunnel user show
7068
```
7169

7270
## Advanced Examples

0 commit comments

Comments
 (0)