docs: update section titles in README for clarity
rabbitprincess committed
Nov 8, 2025 at 10:39 UTC
e6841457fecd7e1d058984889f0231f36618c0a1
1 file changed
+2
-2
README.md
+2
-2
@@ -32,7 +32,7 @@ This enables developers to publish local services globally without managing serv
32
## Quick Start
33
You can run **Portal** to host relay services, or run **App** to publish your own application through portal.
34
35
-### Portal Hosting
35
+### Running the Portal Network
36
Run Portal with Docker Compose:
37
38
```bash
@@ -56,7 +56,7 @@ POSTAL_FRONTEND_URL=https://*.example.com
56
BOOTSTRAP_URIS=wss://portal.example.com/relay
57
```
58
59
-### App Publishing
59
+### Running a Portal App
60
See [portal-toys](https://github.com/gosuda/portal-toys)
61
62
## Architecture