Sfoglia il codice sorgente

remove trailing space

Son NK 5 anni fa
parent
commit
6f9c33b39e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ If you have Docker installed, run the following command to start SimpleLogin loc
 ```bash
 docker run -it --rm \
     -e RESET_DB=true \
-    -e CONFIG=/code/.env.example \ 
+    -e CONFIG=/code/.env.example \
     -p 7777:7777 \
     simplelogin/app python server.py
 ```