From 9cabd0d5ac63fe4fc62e8b50d19060e2e6e566a6 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sat, 24 Feb 2024 13:13:18 +0200 Subject: [PATCH] s/netowrk/network/g Signed-off-by: Ari Archer --- NETWORK.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NETWORK.md b/NETWORK.md index c093ff6..966ece9 100644 --- a/NETWORK.md +++ b/NETWORK.md @@ -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 {