s/netowrk/network/g

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2024-02-24 13:13:18 +02:00
parent fc9fb54ff9
commit 9cabd0d5ac

View file

@ -2,14 +2,14 @@
The network protocol consists of 2 different files:
- `.well-known/netowrk/server.json` - defines the server information
- `.well-known/netowrk/services.json` - defines the services information
- `.well-known/network/server.json` - defines the server information
- `.well-known/network/services.json` - defines the services information
All the servers and services must support HTTPS.
## Server
The server file, `.well-known/netowrk/server.json`, has the following structure:
The server file, `.well-known/network/server.json`, has the following structure:
```json
{
@ -75,7 +75,7 @@ This file should be served with the following HTTP headers:
## Services
The services configuration, `.well-known/netowrk/server.json`, has the following structure:
The services configuration, `.well-known/network/server.json`, has the following structure:
```json
{