From ae3bd7c55aa4ddc9207f955858d44f70ded7c6a3 Mon Sep 17 00:00:00 2001 From: mrfry Date: Thu, 6 Apr 2023 08:07:15 +0200 Subject: [PATCH] fixed json error in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8508b0..9e9cad4 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ threads, and serve more requests at once. The used cores can be limited with env | Name | Description | | --- | --- | | Question database | A JSON file, array of saved subjects wich have a Name, and Questions array | - | peer to peer functionality | The ability to share question databases and users with other instances of this server | + | Peer to peer functionality | The ability to share question databases and users with other instances of this server | | Peer | Another instance of this server, with peer to peer functionality set up | | User \#1 | The first user created, admin of the server | @@ -62,7 +62,7 @@ To setup P2P functionality you have to create a few files in `./data/p2p`: "name": "Any name you choose", "contact": "contact to server administrator (irc server, e-mail, anything)", "host": "server host (like somesite.com, without 'http(s)://')", - "port": "server port, number", + "port": "server port, number" } ```