소스 검색

properly formatted readme

Josh Bicking 8 년 전
부모
커밋
5ee4a315d3
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -1,11 +1,11 @@
 # docker-backup.sh
 Stop, export, compress, and restart docker containers.
 
- docker-backup.sh stops all running containers, exports them and gzips them to the
-    current directory, then restarts the previously running containers in the reverse
-    order of which they were stopped.
+docker-backup.sh stops all running containers, exports them and gzips them to the
+current directory, then restarts the previously running containers in the reverse
+order of which they were stopped.
 
-    This script assumes it is being run as root, or the current user is in the docker group.
+This script assumes it is being run as root, or the current user is in the docker group.
 
     Usage: ./docker-backup.sh [args]