Skip to content

Commit 3d8710e

Browse files
Update README.md
1 parent a4828b6 commit 3d8710e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,15 @@ if __name__ == "__main__":
9090
server.run(port=8000)
9191
```
9292

93-
Now run the server anywhere (local or cloud) via the command-line.
93+
Now deploy for free to [Lightning cloud](#hosting-options) (or self host anywhere):
9494

9595
```bash
96-
# Deploy to the cloud of your choice via Lightning AI (serverless, autoscaling, etc.)
96+
# Deploy for free with autoscaling, monitoring, etc...
9797
lightning deploy server.py --cloud
9898

9999
# Or run locally (self host anywhere)
100100
lightning deploy server.py
101-
```
102-
Learn more about managed hosting on [Lightning AI](#hosting-options).
103-
104-
You can also run the server manually:
105-
106-
```bash
107-
python server.py
101+
# python server.py
108102
```
109103

110104
### Test the server

0 commit comments

Comments
 (0)