Browse Source

Update README file

Vova Tkach 6 years ago
parent
commit
dabd11cf7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -117,7 +117,7 @@ if [ -f "/tmp/command2.txt" ]; then
 	ssh -p 22 user@slave-server-1.com 'cd /tmp/daemon; mkdir test; cd test; touch test'
 fi
 ```
-<br>
+
 Tested on Linux Debian and Mac OS X High Sierra.  
 You can easy make auto deploy for GIT for example or something else.  
 You can use [bash-daemon-maker](https://github.com/vladimirok5959/bash-daemon-maker) to assembly and install your daemon in less one minute. Enjoy.