Browse Source

README: fix trailing whitespace

Karsten Böddeker 6 years ago
parent
commit
a6cb8dcae1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -20,8 +20,8 @@ apt-get install python3-netifaces ethtool lsb-release
 ```
 
 ### config.json
-Startparameter for ext-respondd.  
-Copy `config.json.example` to `config.json` and change it to match your server configuration.  
+Startparameter for ext-respondd.
+Copy `config.json.example` to `config.json` and change it to match your server configuration.
 (`cp config.json.example config.json`)
 
  * `batman` (string) (Optional: default bat0)
@@ -33,8 +33,8 @@ Copy `config.json.example` to `config.json` and change it to match your server c
  * `rate_limit_burst` (integer) (Optional: allow burst requests)
 
 ### alias.json
-Aliases to overwrite the returned server data.  
-Copy `alias.json.example` to `alias.json` and input e.g. owner information.  
+Aliases to overwrite the returned server data.
+Copy `alias.json.example` to `alias.json` and input e.g. owner information.
 (`cp alias.json.example alias.json`)
 
 The JSON content matches one block of the nodes.json, which is outputted by e.g. the [HopGlass-Server](https://github.com/hopglass/hopglass-server).